mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 20:44:54 +00:00
push put api
This commit is contained in:
@ -64,7 +64,10 @@ class SceneTasksView extends StatelessWidget {
|
||||
left: 40,
|
||||
child: SizedBox(
|
||||
width: context.width * 0.8,
|
||||
child: const CreateSceneSaveButton(),
|
||||
child: CreateSceneSaveButton(
|
||||
sceneName: sceneSettings.sceneName,
|
||||
sceneId: sceneSettings.sceneId,
|
||||
),
|
||||
),
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user