mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +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:
|
||||
statusFieldDiff.newValue === 'Approved'
|
||||
? t('label.approved')
|
||||
: statusFieldDiff.newValue === 'In Review'
|
||||
? t('label.in-review')
|
||||
: t('label.rejected'),
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user