Skip to content

Commit

Permalink
delete message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudo-Thijn committed Nov 1, 2024
1 parent 54e63a6 commit 37b701e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { navigationStore, publicationStore, themeStore } from '../../store/store
</NcNoteCard>
</div>
<p v-if="success === null">
Wil je <b>{{ themeStore.themeItem.title }}</b> definitief verwijderen? Deze actie kan niet ongedaan worden gemaakt.
Wil je <b>{{ themeStore.themeItem?.title }}</b> verwijderen van de publicatie <b>{{ publicationStore.publicationItem.title }}</b>?
</p>
<template #actions>
<NcButton :disabled="loading" icon="" @click="navigationStore.setDialog(false)">
Expand Down

0 comments on commit 37b701e

Please sign in to comment.