chore: fix redirect url bug on datasource create on signup (#41083)

This commit is contained in:
Pawan Kumar 2025-07-04 15:44:57 +05:30 committed by GitHub
parent ec9d6f756e
commit f9e1a5d4e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,6 +175,8 @@ const CreateNewAppsOption = ({
})),
);
urlBuilder.setCurrentBasePageId(application.pages[0].baseId);
startWithData();
}
}, [application]);