Singlestat: Fixed unit not showing and switched to new unit picker (#20892)
This commit is contained in:
@@ -11,7 +11,7 @@ interface Props {
|
||||
}
|
||||
|
||||
function formatCreateLabel(input: string) {
|
||||
return `Unit suffix: ${input}`;
|
||||
return `Custom unit: ${input}`;
|
||||
}
|
||||
|
||||
export class UnitPicker extends PureComponent<Props> {
|
||||
|
||||
Reference in New Issue
Block a user