mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Always enable preview button (#3061)
This commit is contained in:
parent
2db14dd9f5
commit
d1422d93a5
1 changed files with 1 additions and 3 deletions
|
|
@ -1175,9 +1175,7 @@ class Editor extends React.Component {
|
|||
<a
|
||||
href={appVersionPreviewLink}
|
||||
target="_blank"
|
||||
className={`btn btn-sm font-500 color-primary border-0 ${
|
||||
app?.current_version_id ? '' : 'disabled'
|
||||
}`}
|
||||
className="btn btn-sm font-500 color-primary border-0"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Preview
|
||||
|
|
|
|||
Loading…
Reference in a new issue