Fix Druid Console cannot open submit supervisor dialog (#16736)

This commit is contained in:
Alberic Liu 2024-08-05 10:44:11 -07:00 committed by GitHub
parent 26e3c44f4b
commit 461727de12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export class ConsoleApplication extends React.PureComponent<
private readonly openSupervisorSubmit = () => {
this.openSupervisorDialog = true;
location.hash = 'supervisor';
location.hash = 'supervisors';
this.resetInitialsWithDelay();
};