This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Console error if datagrid no longer present #74
Labels
Comments
What is the error? Is it that |
|
Yep, checking if I think checking for |
Can you give me some steps to reproduce this issue so I can test the PR? |
if you add a file to open the sidebar, and click finish, you should see a console error when the sidebar closes. |
Ok, I tried this but I am getting an error when uploading a file on my local dev env, looks to be building the url incorrectly. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using the datagrid in a sidebar or modal a console error can occur when using this component as when the refresh method is called the datagrid is no longer present.
We could check if
this.$refs.vuetable.$el
exists before calling this code to prevent this? @BrockReece?Croud-Style-Guide/src/components/shared/Datatable.vue
Line 180 in aac257f
The text was updated successfully, but these errors were encountered: