This commit is contained in:
Adria Navarro 2025-01-23 12:07:12 +01:00
parent fe2e93ee3e
commit 5f508ad7ca
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export const createActions = (context: StoreContext): ActionDatasourceStore => {
// Update server
if (get(config).canSaveSchema) {
try {
await getAPI()?.actions.saveDefinition(newDefinition)
await getAPI()?.actions.saveDefinition(newDefinition as never)
// Broadcast change so external state can be updated, as this change
// will not be received by the builder websocket because we caused it