Use new editor
This commit is contained in:
parent
47694d286e
commit
b3f0b41441
2 changed files with 2 additions and 6 deletions
|
@ -7,6 +7,4 @@
|
||||||
%h1 Configuration des annotations privées
|
%h1 Configuration des annotations privées
|
||||||
%br
|
%br
|
||||||
|
|
||||||
= form_for @procedure, remote: true, html: { class: 'form' } do |form|
|
= react_component("TypesDeChampEditor", types_de_champ_private_data(@procedure))
|
||||||
#champs-editor{ data: types_de_champ_private_data(@procedure) }
|
|
||||||
.spinner
|
|
||||||
|
|
|
@ -7,6 +7,4 @@
|
||||||
%h1 Configuration des champs
|
%h1 Configuration des champs
|
||||||
%br
|
%br
|
||||||
|
|
||||||
= form_for @procedure, remote: true, html: { class: 'form' } do |form|
|
= react_component("TypesDeChampEditor", types_de_champ_data(@procedure))
|
||||||
#champs-editor{ data: types_de_champ_data(@procedure) }
|
|
||||||
.spinner
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue