mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
Merge remote-tracking branch 'khalid/extend-conditional' into combined-rodap-stuff
This commit is contained in:
commit
3b11d9d2a0
@ -43,7 +43,7 @@ export default class ConditionSetMetadataProvider {
|
||||
}
|
||||
|
||||
getMetadata(domainObject) {
|
||||
const format = { formatString: '%0.2f' };
|
||||
const format = {};
|
||||
domainObject.configuration.conditionCollection.forEach((condition, index) => {
|
||||
if (condition?.configuration?.valueMetadata?.enumerations) {
|
||||
delete format.formatString;
|
||||
|
Loading…
Reference in New Issue
Block a user