mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fixes: setting up the page title
This commit is contained in:
parent
18bbb46814
commit
7a42aa613b
1 changed files with 1 additions and 0 deletions
|
|
@ -621,6 +621,7 @@ const EditorComponent = (props) => {
|
|||
|
||||
//!--------
|
||||
const callBack = async (data, startingPageHandle, versionSwitched = false) => {
|
||||
setWindowTitle(data.name);
|
||||
useAppVersionStore.getState().actions.updateEditingVersion(data.editing_version);
|
||||
if (!releasedVersionId || !versionSwitched) {
|
||||
useAppVersionStore.getState().actions.updateReleasedVersionId(data.current_version_id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue