mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-24 13:02:21 +00:00
fix add account error message (#51)
Co-authored-by: Conner Luzier <connerluzier@outlook.com>
This commit is contained in:
@@ -342,7 +342,7 @@ const AccountForm = props => {
|
||||
});
|
||||
setAccountApplications(accountApplicationsData);
|
||||
}
|
||||
setSbcs(promiseAllValues[2].data);
|
||||
setSbcs(promiseAllValues[2]?.data);
|
||||
|
||||
if (props.type === 'setup' && accountsData.length > 1) {
|
||||
history.push('/internal/accounts');
|
||||
|
||||
Reference in New Issue
Block a user