Skip to content

Commit b770e50

Browse files
JeroenDeDauwclaude
andcommitted
Use the SchemaPicker name in the layout creator
Follows the SchemaLookup-to-SchemaPicker component rename merged from the base branch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1b9f5e4 commit b770e50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/ext.neowiki/src/components/LayoutsPage/LayoutCreator.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</CdxField>
1717

1818
<CdxField>
19-
<SchemaLookup
19+
<SchemaPicker
2020
:selected="selectedSchema"
2121
@select="onSchemaSelected"
2222
/>
@@ -66,7 +66,7 @@ import { NeoWikiServices } from '@/NeoWikiServices.ts';
6666
import { Layout, type DisplayRule } from '@/domain/Layout.ts';
6767
import type { PropertyDefinition } from '@/domain/PropertyDefinition.ts';
6868
import DisplayRuleList from '@/components/LayoutEditor/DisplayRuleList.vue';
69-
import SchemaLookup from '@/components/common/SchemaLookup.vue';
69+
import SchemaPicker from '@/components/common/SchemaPicker.vue';
7070
7171
const emit = defineEmits<{
7272
change: [];

0 commit comments

Comments
 (0)