parseInt on form_id
This commit is contained in:
parent
7d57807df6
commit
a9b6d2749d
@ -42,7 +42,8 @@
|
|||||||
|
|
||||||
// Dispatch with data
|
// Dispatch with data
|
||||||
function dispatchConfirm() {
|
function dispatchConfirm() {
|
||||||
dispatch('confirm', panel);
|
let mapped = {...panel, form_id: parseInt(panel.form_id)};
|
||||||
|
dispatch('confirm', mapped);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user