Skip to content

Commit

Permalink
fix: nextjs v14 migration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer authored Dec 7, 2023
1 parent b2b850b commit 9853e3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const MessageRuleCreateForm: FC<MessageRuleCreateFormProps> = ({
{...useFormResult}
noParams={
!ruleType ||
parameterNames[ruleType] === null
parameterNames[ruleType as keyof typeof parameterNames] === null
}
>
<>
Expand Down

0 comments on commit 9853e3d

Please sign in to comment.