mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
StatPanel: Fixes issue formatting date values using unit option (#30979)
This commit is contained in:
@@ -77,7 +77,7 @@ export const getStandardFieldConfigs = () => {
|
||||
placeholder: 'none',
|
||||
},
|
||||
|
||||
shouldApply: (field) => field.type === FieldType.number,
|
||||
shouldApply: () => true,
|
||||
category,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user