fix: can not change ref type in menu item modal (#4644)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/4662/head^2
Ryan Wang 2023-09-26 14:31:13 +08:00 committed by GitHub
parent 927e45b4eb
commit 1585a268ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -44,4 +44,5 @@ export const categorySelect: FormKitTypeDefinition = {
library: {
CategorySelect: CategorySelect,
},
schemaMemoKey: "custom-category-select",
};

View File

@ -44,4 +44,5 @@ export const tagSelect: FormKitTypeDefinition = {
library: {
TagSelect: TagSelect,
},
schemaMemoKey: "custom-tag-select",
};