mirror of https://github.com/buster-so/buster.git
Merge branch 'big-nate/bus-1521-couple-bugz-with-three-dot-menu' of https://github.com/buster-so/buster into big-nate/bus-1521-couple-bugz-with-three-dot-menu
This commit is contained in:
commit
1608547a3e
|
@ -147,7 +147,7 @@ const useCollectionSelectMenu = ({ dashboardId }: { dashboardId: string }) => {
|
|||
const { mutateAsync: removeDashboardFromCollection } = useRemoveDashboardFromCollection();
|
||||
const { data: selectedCollections } = useGetDashboard(
|
||||
{ id: dashboardId },
|
||||
{ select: (x) => x.collections?.map((x) => x.id) }
|
||||
{ select: (x) => x.collections?.map((collection) => collection.id) }
|
||||
);
|
||||
const { openInfoMessage } = useBusterNotifications();
|
||||
|
||||
|
|
Loading…
Reference in New Issue