Skip to content

Commit

Permalink
fix(plugin-chart-pivot-table): make date formatting clearable (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored and zhaoyongjie committed Nov 26, 2021
1 parent 4492562 commit 35f061a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ const config: ControlPanelConfig = {
label: t('Date format'),
default: smartDateFormatter.id,
renderTrigger: true,
clearable: false,
choices: D3_TIME_FORMAT_OPTIONS,
description: t('D3 time format for datetime columns'),
},
Expand Down

0 comments on commit 35f061a

Please sign in to comment.