From f8f7aaeddfd0783bda33656835eab24422976e9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Apr 2024 06:15:16 +0000 Subject: [PATCH] Fixed bug: Readonly DataSourceMEnu in create rollup and create transform workflow (#1047) Signed-off-by: Prabhat Sharma Co-authored-by: Prabhat Sharma (cherry picked from commit 43b9e1eeec28eca06c5390d8c7f00803da36d856) Signed-off-by: github-actions[bot] --- public/pages/Main/Main.tsx | 54 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/public/pages/Main/Main.tsx b/public/pages/Main/Main.tsx index 6f48fb144..e462fe10d 100644 --- a/public/pages/Main/Main.tsx +++ b/public/pages/Main/Main.tsx @@ -390,6 +390,33 @@ export default class Main extends Component { > {this.props.multiDataSourceEnabled && DataSourceMenu && DataSourceViewer && ( + + this.state.dataSourceReadOnly ? ( + + ) : ( + + ) + } + /> { /> )} /> - - this.state.dataSourceReadOnly ? ( - - ) : ( - - ) - } - /> )} {!this.state.dataSourceLoading && (