Skip to content
Snippets Groups Projects
Verified Commit 19063333 authored by Julian's avatar Julian Committed by magicfelix
Browse files

Define statuses regarding the updating of the coursebook

parent e5233e00
No related branches found
No related tags found
Loading
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