strapi-plugin-mux-video-uploader
strapi-plugin-mux-video-uploader copied to clipboard
Move confirm dialog inside modalLayout
Issue:
Delete Confirmation modal not working. No assets get deleted from Strapi or Mux.
Fix:
Move the <Dialog>
element so it is within the </form>
and </ModalLayout>
closing tags.
Delete works for both Strapi DB and Mux dashboard.