This commit is contained in:
@@ -431,6 +431,7 @@ export default {
|
||||
// Test delay for troubleshooting
|
||||
//
|
||||
doDelayAsync: () => {
|
||||
// eslint-disable-next-line
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(() => resolve("I did something"), 10000);
|
||||
});
|
||||
|
||||
@@ -46,6 +46,7 @@ export default {
|
||||
//Keys that will always be required for any AyaNova work for any user
|
||||
coreKeys: [
|
||||
//main nav options
|
||||
"Launch",
|
||||
"Home",
|
||||
"Dashboard",
|
||||
"Schedule",
|
||||
|
||||
Reference in New Issue
Block a user