mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
initial fix (#16212)
This commit is contained in:
committed by
GitHub
parent
b4555dfa4f
commit
c79de7abd7
@@ -132,6 +132,12 @@ function ChartTable({
|
||||
operator: 'chart_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