Skip to content

Commit 8ce5935

Browse files
committed
Update updateLabels.svelte
1 parent 1b15906 commit 8ce5935

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/routes/(console)/project-[region]-[project]/settings/updateLabels.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
try {
2626
await sdk.forConsole.projects.updateLabels({ projectId: $project.$id, labels });
2727
await invalidate(Dependencies.PROJECT);
28-
await invalidate(Dependencies.ORGANIZATION);
2928
isDisabled = true;
3029
addNotification({
3130
type: 'success',

0 commit comments

Comments
 (0)