mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fixing Advanced.tsx after rebase with main.
This commit is contained in:
parent
e92b4628ff
commit
8bbd0063b1
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue