Skip to content

Commit

Permalink
WIP: disable playground policy mode
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Matthews <[email protected]>
Change-Id: I91c251fedf0eab2aee1891c0196c3f520f5c328d
Dispatch-Trailer: {"type":"trybot","CL":1177139,"patchset":1,"ref":"refs/changes/39/1177139/1","targetBranch":"alpha"}
  • Loading branch information
jpluscplusm authored and cueckoo committed Feb 20, 2024
1 parent a186509 commit 622adfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/config/workspaces/policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { OPTION_TYPE, optionCUE, optionJSON, optionTerminal, optionYAML } from '
import { deepFreeze } from '@helpers/deep-freeze';

export const policyWorkspace: Workspace = deepFreeze<Workspace>({
enabled: true,
enabled: false,
type: WORKSPACE.POLICY,
title: 'Policy',
description: 'In the Policy Workspace you can play around with multiple inputs: Policy, Input & Data.',
Expand Down

0 comments on commit 622adfd

Please sign in to comment.