Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Aug 14, 2019
1 parent 13bfa15 commit 524bef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bp/ui-studio/src/web/views/FlowBuilder/index.tsx
Expand Up @@ -162,7 +162,7 @@ class FlowBuilder extends Component<Props, State> {
},
save: e => {
e.preventDefault()
toast('Botpress now works with auto-save', Intent.PRIMARY, 700)
toast('Pssst! Flows now save automatically, no need to save anymore.', Intent.PRIMARY, 700)
}
}

Expand Down

0 comments on commit 524bef9

Please sign in to comment.