Make a dashboard its widgets: drop the pages and sections nobody drew
This commit is contained in:
@@ -217,8 +217,6 @@ function Dashboards() {
|
||||
draft={dashboard.has_draft}
|
||||
detail={`${dashboard.widget_count} widget${
|
||||
dashboard.widget_count === 1 ? "" : "s"
|
||||
} · ${dashboard.page_count} page${
|
||||
dashboard.page_count === 1 ? "" : "s"
|
||||
}`}
|
||||
selecting={selection.selecting}
|
||||
selected={selection.selected.includes(dashboard.name)}
|
||||
|
||||
Reference in New Issue
Block a user