Skip to content

Commit

Permalink
Set datasource panel open by default (#12211)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored Jan 5, 2021
1 parent 8afc4c4 commit d204b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d204b02

Please sign in to comment.