Skip to content
Snippets Groups Projects
Commit 14dbf111 authored by Julian's avatar Julian
Browse files

Define statuses regarding the updating of the coursebook

parent 40281b38
No related branches found
No related tags found
No related merge requests found
export const
ERROR = "ERROR", // Something went wrong
SAVED = "SAVED", // Everything alright
UPDATING = "UPDATING", // We are sending something to the server
CHANGES = "CHANGES" // the user changed something, but it has not been saved yet
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment