Table: Fixes wrong value for auto (#33637)

This commit is contained in:
Torkel Ödegaard 2021-05-03 15:45:48 +02:00 committed by GitHub
parent 44ffd77206
commit 437b247b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ export const plugin = new PanelPlugin<PanelOptions, PanelFieldConfig>(TablePanel
name: 'Column alignment',
settings: {
options: [
{ label: 'auto', value: null },
{ label: 'auto', value: 'auto' },
{ label: 'left', value: 'left' },
{ label: 'center', value: 'center' },
{ label: 'right', value: 'right' },