Reverted to screenshot confirmation flow, fixed layout bug, updated language to Save

This commit is contained in:
Frank Noirot
2021-02-26 20:02:52 -05:00
parent 7fab53d200
commit 3cae431e61
4 changed files with 48 additions and 24 deletions

View File

@@ -50,7 +50,7 @@ export const Success = ({ part, refetch }) => {
const { user } = useUser()
const [updatePart, { loading, error }] = useMutation(UPDATE_PART_MUTATION, {
onCompleted: () => {
addMessage('Part updated.', { classes: 'rw-flash-success' })
addMessage('Part updated.', { classes: 'rw-flash-success fixed w-screen z-10' })
},
})
const [forkPart] = useMutation(FORK_PART_MUTATION, {