mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-31 20:09:11 +00:00
fix: issue with casing in custom fields
This commit is contained in:
committed by
Carlos Valente
parent
b55724ad0e
commit
73d6b97afa
@@ -115,7 +115,6 @@ export default function Operator() {
|
|||||||
const shouldEdit = searchParams.get('shouldEdit');
|
const shouldEdit = searchParams.get('shouldEdit');
|
||||||
|
|
||||||
const subscriptions = (searchParams.get('subscribe') ?? '')
|
const subscriptions = (searchParams.get('subscribe') ?? '')
|
||||||
.toLocaleLowerCase()
|
|
||||||
.split('_')
|
.split('_')
|
||||||
.filter((value) => Object.hasOwn(customFields, value));
|
.filter((value) => Object.hasOwn(customFields, value));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user