Fixing Advanced.tsx after rebase with main.

This commit is contained in:
Victor Lyuboslavsky 2024-05-02 12:38:05 -05:00
parent e92b4628ff
commit 8bbd0063b1
No known key found for this signature in database

View file

@ -25,6 +25,7 @@ interface IAdvancedConfigFormData {
activityExpiryWindow: number;
disableLiveQuery: boolean;
disableScripts: boolean;
disableAIFeatures: boolean;
disableQueryReports: boolean;
}
@ -298,7 +299,7 @@ const Advanced = ({
Disable scripts
</Checkbox>
<Checkbox
onChange={handleInputChange}
onChange={onInputChange}
name="disableAIFeatures"
value={disableAIFeatures}
parseTarget