Skip to content

Commit

Permalink
fix app picker url
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Aug 14, 2024
1 parent cb430ae commit 8ae4bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/AppPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function AppPicker({ className, children }: AppPickerProps) {
>
<iframe
className="p-0 border-none shadow-none focus:outline-none"
src={`${CONFIG.HOME_ORIGIN}/appPicker/?hostApp=${hostApp}`}
src={`${CONFIG.HOME_ORIGIN}/appPicker/index.html?hostApp=${hostApp}`}
title="App Picker"
style={{
width: 40 * 2 + 16 + 32,
Expand Down

0 comments on commit 8ae4bf5

Please sign in to comment.