mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-09 18:53:38 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -21,7 +21,7 @@ export function useRefreshPlugins() {
|
||||
mutationKey: ['refresh_plugins'],
|
||||
mutationFn: async () => {
|
||||
await minPromiseMillis(
|
||||
(async function () {
|
||||
(async () => {
|
||||
await invokeCmd('cmd_reload_plugins');
|
||||
const workspaceId = jotaiStore.get(activeWorkspaceIdAtom);
|
||||
await changeModelStoreWorkspace(workspaceId); // Force refresh models
|
||||
|
||||
Reference in New Issue
Block a user