Skip to content

Commit

Permalink
fix bug to support actions in process (#12270)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkylstad authored Feb 7, 2024
1 parent d445fc2 commit 31036c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const altinnCustomTasks = {
{
name: 'actions',
isMany: false,
type: 'Action',
type: 'Actions',
},
{
name: 'signatureConfig',
Expand Down

0 comments on commit 31036c5

Please sign in to comment.