mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 23:44:53 +00:00
commit last changes
This commit is contained in:
@ -122,7 +122,7 @@ class _CreateSceneSaveButtonState extends State<CreateSceneSaveButton>
|
||||
),
|
||||
isLoading: state is CreateSceneLoading,
|
||||
child: BodyLarge(
|
||||
text: 'Save',
|
||||
text: widget.sceneName.isNotEmpty ? 'Update' : 'Save',
|
||||
style: context.bodyLarge.copyWith(color: Colors.white),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user