Fix wrong export name

This commit is contained in:
Lukáš Kucharczyk 2023-11-20 21:54:51 +01:00
parent 5442926457
commit 7dc43fbf77
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg

View File

@ -201,7 +201,7 @@ export {
syncSelectInputUntilChanged,
getEl,
conditionalElementHandler,
disableElementsWhenFalse,
disableElementsWhenValueNotEqual,
disableElementsWhenTrue,
getValueFromProperty,
};