mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-13 12:02:48 +01:00
❗ Adds status message keys to error handler
This commit is contained in:
parent
a237ec0827
commit
f624dba4f9
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export const WarningInfoHandler = (msg, title, log) => {
|
|||
/* Titles for info logging */
|
||||
export const InfoKeys = {
|
||||
EDITOR: 'Interactive Editor',
|
||||
VISUAL: 'Layout & Styles',
|
||||
};
|
||||
|
||||
export default ErrorHandler;
|
||||
|
|
|
|||
Loading…
Reference in a new issue