diff --git a/src/__fk-inputs__/inputs/p-cascade-select.tsx b/src/__fk-inputs__/inputs/p-cascade-select.tsx index c48dab1..a9115eb 100644 --- a/src/__fk-inputs__/inputs/p-cascade-select.tsx +++ b/src/__fk-inputs__/inputs/p-cascade-select.tsx @@ -95,7 +95,7 @@ export const PCascadeSelect: FormKitTypeDefinition = { messages(), ), props: ['options', 'optionLabel', 'optionValue'], - // schemaMemoKey: '72psvunq45', // Math.random().toString(36).substring(2, 15) + schemaMemoKey: '72psvunq45', // Math.random().toString(36).substring(2, 15) }; type OptionsType = CascadeSelectProps['options'];