Skip to content

Commit

Permalink
Merge pull request #63 from bettyblocks/fix/beta-multi-autocomplete-b…
Browse files Browse the repository at this point in the history
…roken-PAGE-2221

feat: return related model ids from prepare action
  • Loading branch information
ingmar-stipriaan authored Sep 12, 2022
2 parents 41a5a5c + 90e832f commit 1d6295c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefabs/types/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export interface PreparedAction {
relatedIdProperties: Record<string, string>;
resultVariable: ActionVariable;
recordInputVariable: ActionVariable;
relatedModelIds: Record<string, string>;
}

0 comments on commit 1d6295c

Please sign in to comment.