Skip to content

Commit

Permalink
hotfix: remove turbo when saving settings
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Feb 26, 2024
1 parent 51b1906 commit 3ad6cab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composables/useFormSpaceSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export function useFormSpaceSettings(
delete formData.verified;
delete formData.flagged;
delete formData.hibernated;
delete formData.turbo;

if (formData.filters.invalids) delete formData.filters.invalids;
}
Expand Down

0 comments on commit 3ad6cab

Please sign in to comment.