mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
+reihen edit, personen edit
This commit is contained in:
10
views/transform/edit-page.js
Normal file
10
views/transform/edit-page.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export class EditPage extends HTMLElement {
|
||||
connectedCallback() {
|
||||
setTimeout(() => {
|
||||
const form = this.querySelector("form");
|
||||
if (form && typeof window.FormLoad === "function") {
|
||||
window.FormLoad(form);
|
||||
}
|
||||
}, 0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user