mirror of https://github.com/buster-so/buster.git
commit
d3add163f2
|
@ -231,6 +231,7 @@ const AppSplitterWrapper = forwardRef<AppSplitterRef, IAppSplitterProps>(
|
|||
isVertical={isVertical}
|
||||
containerRef={containerRef}
|
||||
splitterAutoSaveId={splitterAutoSaveId}
|
||||
split={split}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
@ -110,6 +110,7 @@ export const MetricViewSQLController: React.FC<{
|
|||
disabledSave={disableSave}
|
||||
fetchingData={isRunningSQL || isSavingMetric || !isFetchedInitialData}
|
||||
defaultLayout={defaultLayout}
|
||||
topHidden={false}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue