Skip to content

Commit

Permalink
Call callback
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 14, 2024
1 parent 7a590a2 commit 5a03589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/showcase/components/layout/AppDesigner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
</template>

<script>
import EventBus from '@/app/AppEventBus';
import { NoirPreset } from '@/themes/app-theme.js';
import { $dt, $t, updatePreset, usePreset } from '@primevue/themes';
import Aura from '@primevue/themes/aura';
Expand Down Expand Up @@ -371,6 +372,7 @@ export default {
apply() {
this.saveTheme();
updatePreset(this.preset);
EventBus.emit('theme-palette-change');
},
download() {
const basePreset = this.$appState.preset;
Expand Down

0 comments on commit 5a03589

Please sign in to comment.