mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
fixed glosarry label condition (#20454)
This commit is contained in:
parent
29780dbac5
commit
953892078c
@ -334,6 +334,8 @@ const getGlossaryTermApprovalText = (fieldsChanged: FieldChange[]) => {
|
|||||||
status:
|
status:
|
||||||
statusFieldDiff.newValue === 'Approved'
|
statusFieldDiff.newValue === 'Approved'
|
||||||
? t('label.approved')
|
? t('label.approved')
|
||||||
|
: statusFieldDiff.newValue === 'In Review'
|
||||||
|
? t('label.in-review')
|
||||||
: t('label.rejected'),
|
: t('label.rejected'),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user