This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 461727de12e Fix Druid Console cannot open submit supervisor dialog 
(#16736)
461727de12e is described below

commit 461727de12ee159f9dfd04910ef65d7deb988a34
Author: Alberic Liu <[email protected]>
AuthorDate: Mon Aug 5 10:44:11 2024 -0700

    Fix Druid Console cannot open submit supervisor dialog (#16736)
---
 web-console/src/console-application.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-console/src/console-application.tsx 
b/web-console/src/console-application.tsx
index 6acefa40e7f..0d097729cbf 100644
--- a/web-console/src/console-application.tsx
+++ b/web-console/src/console-application.tsx
@@ -206,7 +206,7 @@ export class ConsoleApplication extends React.PureComponent<
 
   private readonly openSupervisorSubmit = () => {
     this.openSupervisorDialog = true;
-    location.hash = 'supervisor';
+    location.hash = 'supervisors';
     this.resetInitialsWithDelay();
   };
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to