loading messages
This commit is contained in:
@@ -14,6 +14,9 @@ export default {
|
||||
title: "",
|
||||
},
|
||||
|
||||
_isLoading: false,
|
||||
_loadingMessage: null,
|
||||
|
||||
_config: {
|
||||
colors: {
|
||||
primary: Palette.primary,
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
const loaderMessages = {
|
||||
globalDefault: "",
|
||||
profilePhotoUploadWeb: "",
|
||||
photoCoverGenerationWeb: "",
|
||||
pouchReadyGenerationWeb: "",
|
||||
};
|
||||
|
||||
export default loaderMessages;
|
||||
Reference in New Issue
Block a user