This commit is contained in:
Erwan Lemaire
2025-05-02 13:19:49 +02:00
parent 5889a8111d
commit c35e93975b
14 changed files with 111 additions and 94 deletions
+1
View File
@@ -31,6 +31,7 @@ export default class RollDialog extends Dialog {
}
},
close: close,
}
return super({ ...conf, ...data }, options);
};