We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9f507 commit 33dde05Copy full SHA for 33dde05
src/hooks/custom/utils/form.ts
@@ -42,7 +42,7 @@ function getIntegerParameter(
42
return numberParameter;
43
}
44
45
-/*
+/**
46
* Retrieves a boolean parameter from the given form data.
47
* If the parameter is not found or does not have true/false value, the default value is returned.
48
*
@@ -77,7 +77,7 @@ function getBooleanParameter(
77
78
79
return booleanParameter;
80
-};
+}
81
82
/**
83
* Retrieves and validates a page range from FormData, ensuring that the start and end values are defined and within bounds.
0 commit comments