mirror of https://github.com/apache/druid.git
Fix Druid Console cannot open submit supervisor dialog (#16736)
This commit is contained in:
parent
26e3c44f4b
commit
461727de12
|
@ -206,7 +206,7 @@ export class ConsoleApplication extends React.PureComponent<
|
|||
|
||||
private readonly openSupervisorSubmit = () => {
|
||||
this.openSupervisorDialog = true;
|
||||
location.hash = 'supervisor';
|
||||
location.hash = 'supervisors';
|
||||
this.resetInitialsWithDelay();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue