mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 00:23:58 +01:00
Add new plugins
This commit is contained in:
@@ -18,11 +18,12 @@ export function useActiveWorkspaceChangedToast() {
|
||||
if (id === null) return;
|
||||
|
||||
toast.show({
|
||||
id: 'workspace-changed',
|
||||
id: `workspace-changed-${activeWorkspace.id}`,
|
||||
timeout: 3000,
|
||||
message: (
|
||||
<>
|
||||
Switched workspace to <InlineCode>{activeWorkspace.name}</InlineCode>
|
||||
Activated workspace{' '}
|
||||
<InlineCode className="whitespace-nowrap">{activeWorkspace.name}</InlineCode>
|
||||
</>
|
||||
),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user