Skip to content

Commit

Permalink
fix: modal mail confirm props form
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Oct 9, 2024
1 parent 10590f3 commit 3609ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/DetailView/DetailView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
const modalComponent: ModalComponent = {
ref: ConfirmModal,
props: {
_form: data.form,
_form: {id: id, urlmodel: getModelInfo('compliance-assessments').urlModel},
id: id,
debug: false,
URLModel: getModelInfo('compliance-assessments').urlModel,
Expand Down

0 comments on commit 3609ba9

Please sign in to comment.