Open johnark88 opened 1 year ago
Issue: Delete Confirmation modal not working. No assets get deleted from Strapi or Mux.
Issue:
Fix: Move the <Dialog> element so it is within the </form> and </ModalLayout> closing tags.
Fix:
<Dialog>
</form>
</ModalLayout>
Delete works for both Strapi DB and Mux dashboard.
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.