Update list autoscreen to use quiet table

This commit is contained in:
Andrew Kingston 2021-04-16 09:40:27 +01:00
parent ca6da5144e
commit f2d3ff7f1b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ const createScreen = table => {
dataProvider: `{{ literal ${makePropSafe(provider._json._id)} }}`,
theme: "spectrum--lightest",
showAutoColumns: false,
quiet: false,
quiet: true,
size: "spectrum--medium",
rowCount: 8,
})