Skip to content

Commit

Permalink
Fix Druid Console cannot open submit supervisor dialog (apache#16736)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericByte authored Aug 5, 2024
1 parent 26e3c44 commit 461727d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-console/src/console-application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class ConsoleApplication extends React.PureComponent<

private readonly openSupervisorSubmit = () => {
this.openSupervisorDialog = true;
location.hash = 'supervisor';
location.hash = 'supervisors';
this.resetInitialsWithDelay();
};

Expand Down

0 comments on commit 461727d

Please sign in to comment.