Skip to content

Commit ae94276

Browse files
committed
fix
1 parent 1aac594 commit ae94276

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/www/public/r/styles/default/editor-select.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "A select editor",
33
"files": [
44
{
5-
"content": "import EditorSelectForm from '@/registry/default/example/select-editor-demo';\nexport const descriptionSrc = '/docs/multi-select';\n\nexport default function Page() {\n return (\n <div className=\"flex h-screen w-full justify-center\" data-registry=\"plate\">\n <EditorSelectForm />\n </div>\n );\n}\n",
5+
"content": "import EditorSelectForm from '@/registry/default/example/select-editor-demo';\n\nexport default function Page() {\n return (\n <div className=\"flex h-screen w-full justify-center\" data-registry=\"plate\">\n <EditorSelectForm />\n </div>\n );\n}\n",
66
"path": "block/editor-select/page.tsx",
77
"target": "app/editor/page.tsx",
88
"type": "registry:page"

apps/www/scripts/build-registry.mts

+1
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ async function buildStyles(registry: Registry) {
419419
sourceFile.getVariableDeclaration("iframeHeight")?.remove()
420420
sourceFile.getVariableDeclaration("containerClassName")?.remove()
421421
sourceFile.getVariableDeclaration("description")?.remove()
422+
sourceFile.getVariableDeclaration("descriptionSrc")?.remove()
422423

423424
let target = file.target || ""
424425

0 commit comments

Comments
 (0)