diff --git a/console/src/formkit/inputs/category-select/index.ts b/console/src/formkit/inputs/category-select/index.ts index 2fa7c7c5e..4b107fdb7 100644 --- a/console/src/formkit/inputs/category-select/index.ts +++ b/console/src/formkit/inputs/category-select/index.ts @@ -44,4 +44,5 @@ export const categorySelect: FormKitTypeDefinition = { library: { CategorySelect: CategorySelect, }, + schemaMemoKey: "custom-category-select", }; diff --git a/console/src/formkit/inputs/tag-select/index.ts b/console/src/formkit/inputs/tag-select/index.ts index 9369ed21c..3a8447c26 100644 --- a/console/src/formkit/inputs/tag-select/index.ts +++ b/console/src/formkit/inputs/tag-select/index.ts @@ -44,4 +44,5 @@ export const tagSelect: FormKitTypeDefinition = { library: { TagSelect: TagSelect, }, + schemaMemoKey: "custom-tag-select", };