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 aaa8f41 commit ec963e4Copy full SHA for ec963e4
frontend/pages/policies/ManagePoliciesPage/components/OtherWorkflowsModal/OtherWorkflowsModal.tsx
@@ -293,8 +293,8 @@ const OtherWorkflowsModal = ({
293
<RevealButton
294
isShowing={showExamplePayload}
295
className={baseClass}
296
- hideText={"Hide example payload"}
297
- showText={"Show example payload"}
+ hideText="Hide example payload"
+ showText="Show example payload"
298
caretPosition="after"
299
onClick={() => setShowExamplePayload(!showExamplePayload)}
300
/>
0 commit comments