correctif(admin/procedures#champs): ajoute le formulaire pour supprimer une PJ

This commit is contained in:
Martin 2023-03-02 13:42:16 +01:00
parent bab8fac81e
commit 81c389a465
2 changed files with 2 additions and 2 deletions

View file

@ -6,5 +6,5 @@
.container
%h1 Configuration des annotations privées
%br
= render Attachment::DeleteFormComponent.new
= render TypesDeChampEditor::EditorComponent.new(revision: @procedure.draft_revision, is_annotation: true)

View file

@ -6,5 +6,5 @@
.container
%h1 Configuration des champs
%br
= render Attachment::DeleteFormComponent.new
= render TypesDeChampEditor::EditorComponent.new(revision: @procedure.draft_revision)