Skip to content

Commit 60ea813

Browse files
authored
fix typo (#1144)
1 parent d1bae1d commit 60ea813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popup/NotificationHandler.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a-button type="small" @click="closeAlert()">{{ i18n.ok }}</a-button>
77
</div>
88

9-
<!-- CONFRIM -->
9+
<!-- CONFIRM -->
1010
<div class="message-box" v-show="confirmMessage !== ''">
1111
<div>{{ confirmMessage }}</div>
1212
<div class="buttons">

0 commit comments

Comments
 (0)