Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707c485 commit f9779c9Copy full SHA for f9779c9
site/src/pages/TemplatesPage/TemplatesPageView.tsx
@@ -197,7 +197,7 @@ export const TemplatesPageView: FC<TemplatesPageViewProps> = ({
197
const isEmpty = templates && templates.length === 0;
198
const navigate = useNavigate();
199
const multiOrgExperimentEnabled = experiments.includes("multi-organization");
200
- console.log("multiOrgExperimentEnabled", multiOrgExperimentEnabled);
+
201
const createTemplateAction = () => {
202
return multiOrgExperimentEnabled ? (
203
<Button
0 commit comments