fix: shared form not working

This commit is contained in:
DarkPhoenix2704
2025-09-17 23:02:06 +05:30
parent a5be0a4b74
commit f437f6bb6a
2 changed files with 2 additions and 4 deletions

View File

@@ -22,6 +22,5 @@ export const useScriptExecutor = createSharedComposable(() => {
activeExecutions,
libCode,
fieldIDRowMapping,
eventBus,
}
})