refac: banners dismissible by default

Co-Authored-By: Jun Siang Cheah <me@jscheah.me>
This commit is contained in:
Timothy J. Baek
2024-05-26 12:36:51 -07:00
parent fd98add6aa
commit ecfc057f25

View File

@@ -52,7 +52,7 @@
type: '',
title: '',
content: '',
dismissible: false,
dismissible: true,
timestamp: Math.floor(Date.now() / 1000)
}
];