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

Commit ab73b04

Browse files
authored
Merge pull request #305 from pkarw/master
new lines issue
2 parents 0695075 + 0b75ca3 commit ab73b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/store/modules/ui-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export default {
2424
namespaced: true,
2525
state,
2626
mutations
27-
}
27+
}

src/themes/default/store/ui-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ const mutations = {
1717

1818
export default extendStore(coreStore('modules/ui-store'), {
1919
mutations
20-
})
20+
})

0 commit comments

Comments
 (0)