diff --git a/webapp/components/Modal.vue b/webapp/components/Modal.vue index 84a1871b5..8edb0962a 100644 --- a/webapp/components/Modal.vue +++ b/webapp/components/Modal.vue @@ -22,6 +22,13 @@ :name="name" @close="close" /> + + + + + + + + + +

+ + + + {{ form.reasonDescription.length }}/{{ formSchema.reasonDescription.max }} + + + + + + + + + diff --git a/webapp/components/features/ReportList/ReportList.vue b/webapp/components/features/ReportList/ReportList.vue index 62a29e66b..99555285f 100644 --- a/webapp/components/features/ReportList/ReportList.vue +++ b/webapp/components/features/ReportList/ReportList.vue @@ -60,7 +60,7 @@ export default { '.' + (report.resource.disabled ? 'disable' : 'enable') return { - name: 'confirm', + name: 'decide', data: { type: report.resource.__typename, resource: report.resource,