Show toast after plugin reload

This commit is contained in:
Gregory Schier
2024-09-09 12:36:05 -07:00
parent c0707bb246
commit 36890b9a32
2 changed files with 10 additions and 4 deletions

View File

@@ -17,8 +17,6 @@ export function useActiveWorkspaceChangedToast() {
// Don't notify on the first load
if (id === null) return;
console.log('HELLO?', activeWorkspace?.id, id, window.location);
toast.show({
id: 'workspace-changed',
timeout: 3000,