We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62cd6a commit 122cd3eCopy full SHA for 122cd3e
packages/examples/packages/dialogs/src/components/custom.tsx
@@ -23,7 +23,7 @@ export const CustomDialog: SnapComponent = () => (
23
This is a custom dialog. It has a custom Footer and can be resolved to
24
any value.
25
</Text>
26
- <AccountSelector name="account" />
+ <AccountSelector name="account" switchSelectedAccount />
27
</Box>
28
<Footer>
29
<Button name="cancel">Cancel</Button>
0 commit comments