infinite-industries / infinite

MIT License
5 stars 3 forks source link

Updated Edit button on Admin Event List #498

Closed chriswininger closed 3 months ago

chriswininger commented 3 months ago

Updated the Edit button on the admin event list page to no longer use vuetify

I also added localVue.use(Vuetify) line to the SubmissionForm spec so that several warnings would go away. This does still call one warning about multiple versions of vue being used. This seems like a bug in our vuetify version, but hey it's going away soon. One warning seems better than however many were happing before.

I also removed localVue.use(Vuietify) from the AdminEventList.spec.js file where it's no longer needed. This kills another warning about multiple vue versions

I added a stub to Logo.spec.js to get rid of another test warning