diff --git a/frontend/src/pages/Actions.tsx b/frontend/src/pages/Actions.tsx index 6d717bf..48025c3 100644 --- a/frontend/src/pages/Actions.tsx +++ b/frontend/src/pages/Actions.tsx @@ -312,8 +312,13 @@ export function Actions() { description="Pick a saved task, then edit or run it from the detail pane." contentSx={{ maxHeight: { xs: 520, md: 620 } }} footer={ - } > @@ -580,28 +585,19 @@ export function Actions() { No action selected - - Select a saved action from the list on the left to view - its details, run it, or open the editor popup. Use the - button at the bottom to add a new action. - - - - {tasks[0] && ( - - )} - + + Select a saved action from the list on the left to view + its details, run it, or open the editor popup. Use the + button at the bottom to add a new action. + + {tasks[0] && ( + + )}