Fix some lint issues

This commit is contained in:
2025-12-07 17:40:09 +01:00
parent 1acbcafe1c
commit 0ce9016488
5 changed files with 29 additions and 23 deletions

View File

@@ -59,7 +59,7 @@ const KeyValueInput: React.FC<KeyValueInputProps> = ({
// Reset to single empty row if value is explicitly undefined/null
setPairs([{ key: '', value: '' }])
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [value])
// Update parent component when pairs change