mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix examples tab for dashboard (#16253)
This commit is contained in:
committed by
GitHub
parent
f94695480a
commit
a5dbe6a14d
@@ -143,6 +143,12 @@ function DashboardTable({
|
||||
operator: 'dashboard_is_favorite',
|
||||
value: true,
|
||||
});
|
||||
} else if (filterName === 'Examples') {
|
||||
filters.push({
|
||||
id: 'created_by',
|
||||
operator: 'rel_o_m',
|
||||
value: 0,
|
||||
});
|
||||
}
|
||||
return filters;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user