mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 22:46:52 +00:00
fix: some promise error Handlings
This commit is contained in:
@@ -40,7 +40,11 @@ async function migrateData() {
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
await basesStore.loadProject(baseId.value!, true)
|
||||
try {
|
||||
await basesStore.loadProject(baseId.value!, true)
|
||||
} catch (e: any) {
|
||||
// ignore
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user