Skip to content

Commit 122cd3e

Browse files
committed
rebase
1 parent a62cd6a commit 122cd3e

File tree

1 file changed

+1
-1
lines changed
  • packages/examples/packages/dialogs/src/components

1 file changed

+1
-1
lines changed

packages/examples/packages/dialogs/src/components/custom.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const CustomDialog: SnapComponent = () => (
2323
This is a custom dialog. It has a custom Footer and can be resolved to
2424
any value.
2525
</Text>
26-
<AccountSelector name="account" />
26+
<AccountSelector name="account" switchSelectedAccount />
2727
</Box>
2828
<Footer>
2929
<Button name="cancel">Cancel</Button>

0 commit comments

Comments
 (0)