Skip to content

Commit

Permalink
add refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
bigautam committed Nov 14, 2024
1 parent b7ceaf1 commit 22a284f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/Admin/Theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export default function Theme() {
updateThemeState(updatedTheme);

alert('Theme saved successfully!');
window.location.reload();
} else {
throw new Error('Failed to save theme');
}
Expand Down

0 comments on commit 22a284f

Please sign in to comment.