We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b36e0 commit c27a3d0Copy full SHA for c27a3d0
projects/packages/forms/src/store/integrations/reducer.ts
@@ -15,9 +15,9 @@ const DEFAULT_STATE: IntegrationsState = {
15
/**
16
* Integrations store reducer.
17
*
18
- * @param state Current state.
19
- * @param action Dispatched action.
20
- * @return Updated state.
+ * @param state - Current state
+ * @param action - Dispatched action
+ * @return Updated state
21
*/
22
export default function reducer(
23
state: IntegrationsState = DEFAULT_STATE,
0 commit comments