Skip to content

Commit 1b0e954

Browse files
committed
refactor: remove isSSR utility
1 parent 0d63773 commit 1b0e954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/oruga/src/composables/useInputHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export function useInputHandler<T extends ValidatableFormElement>(
232232
emits("invalid", event);
233233
}
234234

235-
if (isSSR) {
235+
if (!isSSR) {
236236
/**
237237
* Provides a way to force the watcher on `updateCustomValidationMessage` to re-run
238238
*

0 commit comments

Comments
 (0)