⚡ Adds info log for interactive-editor to store
This commit is contained in:
@@ -38,4 +38,9 @@ export const WarningInfoHandler = (msg, title, log) => {
|
||||
statusErrorMsg(title || 'Warning', msg, log);
|
||||
};
|
||||
|
||||
/* Titles for info logging */
|
||||
export const InfoKeys = {
|
||||
EDITOR: 'Interactive Editor',
|
||||
};
|
||||
|
||||
export default ErrorHandler;
|
||||
|
||||
Reference in New Issue
Block a user