Skip to content

Commit 69c9148

Browse files
fix: allow simpleTable to be saved and updated on dashboards (#3700)
1 parent 5fbc600 commit 69c9148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/helpers/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ const NEW_VIEW_CREATORS = {
324324
...defaultView(),
325325
properties: {
326326
type: 'simple-table',
327+
shape: 'chronograf-v2',
327328
showAll: false,
328329
} as SimpleTableViewProperties,
329330
}),

0 commit comments

Comments
 (0)