Update create.tsx

This commit is contained in:
Daniel Hougaard
2024-12-19 18:53:17 +01:00
parent 7798e5a2ad
commit 5ae74f9761

View File

@@ -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("");