mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
chore: remove unused form variable
This commit is contained in:
@@ -23,7 +23,7 @@ enum ScanMethod {
|
||||
}
|
||||
|
||||
export const GitLabDataSourceConfigFields = () => {
|
||||
const { control, watch, setValue, formState } = useFormContext<
|
||||
const { control, watch, setValue } = useFormContext<
|
||||
TSecretScanningDataSourceForm & {
|
||||
type: SecretScanningDataSource.GitLab;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user