Skip to content

Commit 56e45b1

Browse files
author
NarrowsProjects
committed
feat: open warning component by default
1 parent 58b9eef commit 56e45b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/components/common/messages/warningComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const warningComponent = (overviewModel) => {
1414
return null;
1515
}
1616

17-
return h('details.alert.alert-warning', [
17+
return h('details.alert.alert-warning', { open: true }, [
1818
h('summary', 'Warnings'),
1919
h('ul', warnings.entries().toArray().map(([key, message]) =>
2020
h('li.flex-row.items-center', [

0 commit comments

Comments
 (0)