Provide empty namespace array on error fetching
parent
e9866cff6d
commit
aed247f01b
|
@ -31,5 +31,6 @@ export const getDatabasesWithRetentionPolicies = async (
|
|||
return sorted
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue