Merge remote-tracking branch 'parent/main' into upstream-20240404
This commit is contained in:
commit
dd98f9a9a7
21 changed files with 194 additions and 83 deletions
|
@ -435,6 +435,6 @@ ready(() => {
|
|||
document.querySelectorAll('[data-admin-component]').forEach((element) => {
|
||||
void mountReactComponent(element);
|
||||
});
|
||||
}).catch((reason) => {
|
||||
}).catch((reason: unknown) => {
|
||||
throw reason;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue