mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
Set datasource panel open by default (#12211)
This commit is contained in:
committed by
GitHub
parent
8afc4c4a44
commit
d204b024b7
@@ -158,7 +158,7 @@ function ExploreViewContainer(props) {
|
||||
|
||||
const [showingModal, setShowingModal] = useState(false);
|
||||
const [chartIsStale, setChartIsStale] = useState(false);
|
||||
const [isCollapsed, setIsCollapsed] = useState(true);
|
||||
const [isCollapsed, setIsCollapsed] = useState(false);
|
||||
|
||||
const width = `${windowSize.width}px`;
|
||||
const navHeight = props.standalone ? 0 : 90;
|
||||
|
||||
Reference in New Issue
Block a user