Vuetify 3 | v-dialog close it after it opens programatically
I have this v-dialog component:
Container Management
When I try to close it when the API call fails, it won't close. I'm opening the dialog via the activator slot (I'm not sure if that would make a difference).