mirror of https://github.com/halo-dev/halo
fix: can not change ref type in menu item modal (#4644)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/4662/head^2
parent
927e45b4eb
commit
1585a268ed
|
@ -44,4 +44,5 @@ export const categorySelect: FormKitTypeDefinition = {
|
|||
library: {
|
||||
CategorySelect: CategorySelect,
|
||||
},
|
||||
schemaMemoKey: "custom-category-select",
|
||||
};
|
||||
|
|
|
@ -44,4 +44,5 @@ export const tagSelect: FormKitTypeDefinition = {
|
|||
library: {
|
||||
TagSelect: TagSelect,
|
||||
},
|
||||
schemaMemoKey: "custom-tag-select",
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue