Skip to content

Commit

Permalink
(fix) Always show the Render changes button
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Aug 22, 2023
1 parent 5c2d080 commit ca9198d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/form-editor/form-editor.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,9 @@ const FormEditor: React.FC = () => {
</Button>
) : null}

{schema ? (
<Button kind="ghost" onClick={renderSchemaChanges}>
<span>{t("renderChanges", "Render changes")}</span>
</Button>
) : null}
<Button kind="ghost" onClick={renderSchemaChanges}>
<span>{t("renderChanges", "Render changes")}</span>
</Button>
</div>
<div>
<span className={styles.tabHeading}>
Expand Down

0 comments on commit ca9198d

Please sign in to comment.