Skip to content

Commit

Permalink
runnign tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissolanilla committed Sep 5, 2024
1 parent 0e820a5 commit 007710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widget-creator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const WidgetCreator = ({instId, widgetId, minHeight='', minWidth=''}) => {
})

setCreatorState({...creatorState, heartbeatEnabled: false})
//also update the text on the Save Draft Button
//also update the text on the Save Draft Buttons
setCreatorState({ ...creatorState, saveText: 'Failed to save' })
} else {
setAlertDialog({
Expand Down

0 comments on commit 007710e

Please sign in to comment.