Fix integration list not loading correctly

This commit is contained in:
Andrew Kingston 2022-01-25 08:13:28 +00:00
parent 58c5493ed3
commit 275520698f
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@
...newIntegrations, ...newIntegrations,
...integrationList, ...integrationList,
} }
return newIntegrations
} catch (error) { } catch (error) {
notifications.error("Error fetching integrations") notifications.error("Error fetching integrations")
} }