diff --git a/app/client/src/components/propertyControls/KeyValueComponent.tsx b/app/client/src/components/propertyControls/KeyValueComponent.tsx
index 0782403213..1f6fdf02c0 100644
--- a/app/client/src/components/propertyControls/KeyValueComponent.tsx
+++ b/app/client/src/components/propertyControls/KeyValueComponent.tsx
@@ -56,6 +56,7 @@ interface KeyValueComponentProps {
pairs: SegmentedControlOption[];
updatePairs: UpdatePairFunction;
addLabel?: string;
+ allowEmpty?: boolean;
}
type SegmentedControlOptionWithKey = SegmentedControlOption & {
@@ -223,8 +224,8 @@ export function KeyValueComponent(props: KeyValueComponentProps) {
/>