mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update create.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ export default function VercelCreateIntegrationPage() {
|
||||
const [selectedSourceEnvironment, setSelectedSourceEnvironment] = useState("");
|
||||
const [secretPath, setSecretPath] = useState("/");
|
||||
const [initialSyncBehavior, setInitialSyncBehavior] = useState<IntegrationSyncBehavior>(
|
||||
IntegrationSyncBehavior.OVERWRITE_TARGET
|
||||
IntegrationSyncBehavior.PREFER_SOURCE
|
||||
);
|
||||
const [targetAppId, setTargetAppId] = useState("");
|
||||
const [targetEnvironment, setTargetEnvironment] = useState("");
|
||||
|
||||
Reference in New Issue
Block a user