mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Display no versions message (#933)
This commit is contained in:
parent
20d1bd0a31
commit
93911d0538
1 changed files with 5 additions and 0 deletions
|
|
@ -151,6 +151,11 @@ class SaveAndPreview extends React.Component {
|
|||
</div>
|
||||
) : (
|
||||
<div className="table-responsive">
|
||||
{!versions?.length && !showVersionForm && !isLoading && (
|
||||
<div>
|
||||
No versions yet.
|
||||
</div>
|
||||
)}
|
||||
<table className="table table-vcenter">
|
||||
<tbody>
|
||||
{versions.map((version) => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue