nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
133 stars 21 forks source link

fix: pass view as prop to EmptyView #1147

Closed enjeck closed 1 week ago

enjeck commented 1 week ago

When an empty view is in a context, sometimes, the activeView is null which breaks the component. It's better if we just pass in the view as a prop, just like we do for EmptyTable.