Remove the previous attempt at syncing grid state, it is no longer needed.
This commit is contained in:
parent
0ac6b17ff0
commit
c9e3b7a348
|
@ -53,11 +53,6 @@
|
|||
await datasources.fetch()
|
||||
}
|
||||
}
|
||||
|
||||
const refreshDefinitions = async () => {
|
||||
await tables.fetch()
|
||||
await datasources.fetch()
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
|
@ -71,7 +66,6 @@
|
|||
schemaOverrides={isUsersTable ? userSchemaOverrides : null}
|
||||
showAvatars={false}
|
||||
on:updatedatasource={handleGridTableUpdate}
|
||||
on:refreshdefinitions={refreshDefinitions}
|
||||
>
|
||||
<svelte:fragment slot="filter">
|
||||
{#if isUsersTable && $store.features.disableUserMetadata}
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
notifications.error(`Failed to migrate: ${e.message}`)
|
||||
}
|
||||
await rows.actions.refreshData()
|
||||
dispatch("refreshdefintions")
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue