Merge branch 'master' into users/sevoku/fabric-restyle

This commit is contained in:
Laurent Nguyen
2023-09-12 17:23:52 +02:00
+1 -1
View File
@@ -111,7 +111,7 @@ export function extractFeatures(given = new URLSearchParams(window.location.sear
enableCopilot: "true" === get("enablecopilot"), enableCopilot: "true" === get("enablecopilot"),
copilotVersion: get("copilotversion") ?? "v1.0", copilotVersion: get("copilotversion") ?? "v1.0",
disableCopilotPhoenixGateaway: "true" === get("disablecopilotphoenixgateaway"), disableCopilotPhoenixGateaway: "true" === get("disablecopilotphoenixgateaway"),
enableCopilotFullSchema: "true" === get("enablecopilotfullschema"), enableCopilotFullSchema: "false" === get("enablecopilotfullschema") ? false : true,
}; };
} }