Skip to content

Commit

Permalink
fix(actions): refresh selected sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed Jun 9, 2024
1 parent db4b795 commit 80499c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/modules/editor/action/ActionTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const ActionTest = ({ panelSize, disabled, disabledMessage }: ActionTestP
success: true,
})
setInitialTime(editedAction.settings.inputUiInfo.lastTestDate)
}, [])
}, [editedAction])

return (
<div className="max-h-full overflow-scroll">
Expand Down

0 comments on commit 80499c9

Please sign in to comment.