Skip to content

Commit d04b7fa

Browse files
Update packages/core/src/vuePlugins/vuex.ts
apply ADR, receive bacon Co-authored-by: Pascal Röhling <[email protected]>
1 parent 4c76ed5 commit d04b7fa

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/vuePlugins

1 file changed

+1
-1
lines changed

packages/core/src/vuePlugins/vuex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export const makeStore = () => {
244244

245245
if (!state.configuration[name].layoutTag) {
246246
console.warn(
247-
`Component "${name}" was registered as visible ('displayComponent' had a truthy value), but no layout tag was associated. This may be an error in configuration and will lead to the component not being visible in the UI.`
247+
`@polar/core: Component "${name}" was registered as visible ('displayComponent' had a truthy value), but no 'layoutTag' was associated. This may be an error in configuration and will lead to the component not being visible in the UI.`
248248
)
249249
}
250250
}

0 commit comments

Comments
 (0)