Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 462c8ee

Browse files
committed
fix notif
1 parent 0c57e9a commit 462c8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/assets/js/bulma/notifs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default {
172172
IsVisible(index) {
173173
let dur = this.notif_group[index].duration
174174
175-
if (dur !== undefined) {
175+
if (dur) {
176176
setTimeout(() => {
177177
this.closeNotif(index)
178178
}, dur * 1000)

0 commit comments

Comments
 (0)