mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-29 13:51:49 +00:00
Add componentDidMount for initial render
This commit is contained in:
@@ -11,7 +11,6 @@ function log(type: ConsoleDataType, message: string): () => void {
|
||||
}).format(new Date());
|
||||
|
||||
useNotificationConsole.getState().setNotificationConsoleData({ type, date, message, id });
|
||||
console.log(message, id);
|
||||
return () => useNotificationConsole.getState().setInProgressConsoleDataIdToBeDeleted(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user