mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fixes: on version changed the preview link should also update (#8009)
This commit is contained in:
parent
e78e7399fa
commit
870e9e6f52
1 changed files with 1 additions and 1 deletions
|
|
@ -1596,7 +1596,7 @@ const EditorComponent = (props) => {
|
|||
|
||||
setAppPreviewLink(appVersionPreviewLink);
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [slug]);
|
||||
}, [slug, currentVersionId]);
|
||||
|
||||
const deviceWindowWidth = 450;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue