Skip to content

Commit

Permalink
Remove test allerts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Dec 19, 2024
1 parent be99478 commit be26d13
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/layouts/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,6 @@ const logoSrc = ref('')
const appBarStyle = ref<StyleValue>()
const appBarColor = ref<string>('')
alertsStore.addAlert({
id: crypto.randomUUID(),
type: 'success',
message: 'hallo dit is een bericht',
})
alertsStore.addAlert({
id: crypto.randomUUID(),
type: 'success',
message: 'hallo dit is een bericht',
})
function updateAppBarColor() {
appBarColor.value = getComputedStyle(document.body).getPropertyValue(
'--weboc-app-bar-bg-color',
Expand Down

0 comments on commit be26d13

Please sign in to comment.