mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
feat(mobile): add to albums from existing albums (#21554)
* feat(mobile): add to albums from existing albums * formatted files * used the new t() method for translation * removed unused import
This commit is contained in:
@@ -440,6 +440,7 @@ class MultiselectGrid extends HookConsumerWidget {
|
||||
onUpload: onUpload,
|
||||
enabled: !processing.value,
|
||||
selectionAssetState: selectionAssetState.value,
|
||||
selectedAssets: selection.value.toList(),
|
||||
onStack: stackEnabled ? onStack : null,
|
||||
onEditTime: editEnabled ? onEditTime : null,
|
||||
onEditLocation: editEnabled ? onEditLocation : null,
|
||||
|
||||
Reference in New Issue
Block a user