Show "Saving..." for 0.5 seconds and show error if it occurred
This commit is contained in:
@@ -14,7 +14,7 @@ function AutoSaveIndicator(props) {
|
||||
case 'saving':
|
||||
return 'Saving...';
|
||||
case 'saved':
|
||||
return 'Saved!';
|
||||
return 'Saved';
|
||||
case 'error':
|
||||
return errorMessage;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user