catch warnings on refreshing group

This commit is contained in:
tjs 2022-12-14 10:47:47 -05:00
parent 3a84953cb8
commit a74771d337
1 changed files with 1 additions and 0 deletions

View File

@ -559,6 +559,7 @@ const mangoStore = create<MangoStore>()(
}
})
} catch (e) {
notify({ type: 'info', title: 'Unable to refresh data' })
console.error('Error fetching group', e)
}
},