mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat: Create dataset blank state (#21058)
* beginning of routing * elizabeth review * changed folder layout * Dataset layout setup * Fix DatasetLayout test * Fixed height issue * Fix link to sqllab * Fix DatasetPanel test * Remove arbitrary right panel * Add empty state SVGs * Restructure/rename some Dataset files * Fixed styling issue * Fix background color * Fix header border * Fix empty DatasetPanel styles * Adjust description rendering in DatasetPanel to fix tests * Add spaces back to blank dataset description to fix tests * Fix blank dataset description styles Co-authored-by: AAfghahi <arash.afghahi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
52648ecd7f
commit
6094274f0b
@@ -119,9 +119,7 @@ export const ExploreChartHeader = ({
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
if (dashboardId) {
|
||||
fetchChartDashboardData();
|
||||
}
|
||||
if (dashboardId) fetchChartDashboardData();
|
||||
}, []);
|
||||
|
||||
const openPropertiesModal = () => {
|
||||
|
||||
Reference in New Issue
Block a user