Skip to content

Commit

Permalink
Merge branch 'v2' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jan 27, 2025
2 parents c76180e + 0fce791 commit a9bc806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/RootView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function RootView(props: RootViewProps, ref: any) {
useImperativeHandle(ref, () => ({
retrieveAndOpenAction,
openShortcut,
processAction: (contentRootProvider.current as any).processAction,
handleOpenActionUrl,
handleOpenActionResourceUrl,
}));
Expand Down Expand Up @@ -76,7 +77,7 @@ function RootView(props: RootViewProps, ref: any) {
}

async function handleOpenActionUrl(action: ActionInfo) {
const { actionRawData, res_id, initialView } = action;
const { actionRawData, res_id } = action;

const fields = await ConnectionProvider.getHandler().getFields({
model: action.model,
Expand Down

0 comments on commit a9bc806

Please sign in to comment.