chore: update changeset

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-10-18 15:47:19 +02:00
parent b4e86dc00a
commit 6e5f08d260
2 changed files with 2 additions and 2 deletions
@@ -71,7 +71,7 @@ export const GroupListPicker = (props: GroupListPickerProps) => {
});
return groupsList.items as GroupEntity[];
}, [catalogApi]);
}, [catalogApi, groupTypes]);
if (error) {
return <ResponseErrorPanel error={error} />;