chore: fix redirect url bug on datasource create on signup (#41083)
This commit is contained in:
parent
ec9d6f756e
commit
f9e1a5d4e4
|
|
@ -175,6 +175,8 @@ const CreateNewAppsOption = ({
|
|||
})),
|
||||
);
|
||||
|
||||
urlBuilder.setCurrentBasePageId(application.pages[0].baseId);
|
||||
|
||||
startWithData();
|
||||
}
|
||||
}, [application]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user