fix: add default values
This commit is contained in:
parent
6985c632cd
commit
1425abccfb
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ const getAuthorizedStatus = (it, triggers, customRequests) => {
|
|||
!!R.find(
|
||||
ite => R.equals(ite.requirement, triggerName),
|
||||
manualOverrides
|
||||
) || R.equals(R.toLower(triggers.automation), MANUAL)
|
||||
) || R.equals(R.toLower(triggers.automation ?? ''), MANUAL)
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue