Skip to content

Commit 9ff7e12

Browse files
committed
fix: pass ns to actors delete
1 parent 61b7291 commit 9ff7e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/data-providers/engine-data-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export const createNamespaceContext = ({
384384
mightRequireAuth,
385385
},
386386
mutationFn: async () => {
387-
await client.actorsDelete(actorId);
387+
await client.actorsDelete(actorId, { namespace });
388388
},
389389
};
390390
},

0 commit comments

Comments
 (0)