Skip to content

Commit

Permalink
update missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed May 17, 2023
1 parent 9e743e2 commit cf8dbfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const ResponseActionsLog = memo<
setUrlWithOutputs(actionIds.join());
}
},
[isFlyout, setUrlWithOutputs]
[isFlyout, setUrlWithOutputs, setQueryParams]
);

if (error?.body?.statusCode === 404 && error?.body?.message === 'index_not_found_exception') {
Expand Down

0 comments on commit cf8dbfc

Please sign in to comment.