Skip to content

Commit

Permalink
fix: re-introduce apiUrl prop [FUS-115] (#1819)
Browse files Browse the repository at this point in the history
fix: re-introduce api-url prop [FUS-115]
  • Loading branch information
marcolink authored Jan 13, 2025
1 parent 57dadbe commit 15e0f74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { useResourceLinkActions } from './useResourceLinkActions';
export function SingleResourceReferenceEditor(
props: ReferenceEditorProps & {
getEntryRouteHref: (entryRoute: EntryRoute) => string;
apiUrl: string;
}
) {
const linkActionsProps = useResourceLinkActions({
Expand Down

0 comments on commit 15e0f74

Please sign in to comment.