Open Fak3 opened 2 months ago
Sample html is missing that form is firing @ajax:success="$dispatch('contact:updated') and that dialog listens to this event to close itself. This commit adds missing parts to correspond to the live demo code on this same page.
@ajax:success="$dispatch('contact:updated')
Sample html is missing that form is firing
@ajax:success="$dispatch('contact:updated')
and that dialog listens to this event to close itself. This commit adds missing parts to correspond to the live demo code on this same page.