We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e540dd7 commit 6b9ef3aCopy full SHA for 6b9ef3a
adminforth/spa/src/utils/utils.ts
@@ -701,7 +701,7 @@ export async function executeCustomAction({
701
onError,
702
setLoadingState,
703
}: {
704
- actionId: string | number,
+ actionId: string | number | undefined,
705
resourceId: string,
706
recordId: string | number,
707
extra?: Record<string, any>,
@@ -767,7 +767,7 @@ export async function executeCustomBulkAction({
767
768
confirmMessage,
769
770
771
772
recordIds: (string | number)[],
773
0 commit comments