Explorar el Código

allow logs tab to be selected again

Alexander Belanger hace 3 años
padre
commit
73325abffd

+ 1 - 3
dashboard/src/main/home/cluster-dashboard/expanded-chart/jobs/ExpandedJobRun.tsx

@@ -272,9 +272,7 @@ const ExpandedJobRun = ({
         <TabRegion
           currentTab={currentTab}
           setCurrentTab={(newTab: string) => {
-            if (newTab !== "logs") {
-              setCurrentTab(newTab);
-            }
+            setCurrentTab(newTab);
           }}
           options={options}
         >