Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgur committed Sep 29, 2024
1 parent 26efad7 commit 2a2b2a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ApplicationsPortalWC = lazy(async () => {
const ApplicationsPortal = React.forwardRef<
HTMLElement,
ApplicationsPortalProps
>(({ logger, theme, debug, widgetId, onLogout }, ref) => {
>(({ logger, theme, debug, widgetId }, ref) => {
const [innerRef, setInnerRef] = useState(null);

useImperativeHandle(ref, () => innerRef);
Expand Down

0 comments on commit 2a2b2a6

Please sign in to comment.