Skip to content

Commit

Permalink
Fix: Adding a theme to a preset no longer reloads backend
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls authored Jun 28, 2023
1 parent 769d30f commit b96fafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Presets/AddThemeToPresetButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function AddThemeToPresetButton() {
...selectedPreset.dependencies,
themeToAdd,
]).then(() => {
refreshThemes(true);
refreshThemes();
});
}
}}
Expand Down

0 comments on commit b96fafe

Please sign in to comment.