-
-
Notifications
You must be signed in to change notification settings - Fork 418
Open
Description
notify.info(t('autoBindCompletedTitle'), {
description: (
<>
<Box component='span' color='error.main'>
0
</Box>
{t('autoBindCompletedDescription', { name })}
</>
),
duration: Infinity,
action: (
<ButtonGroup size='small' color='info'>
<Button onClick={startManualBind}>{t('manualBind')}</Button>
<TestDrop />
<Dropdown
disablePortal
items={[{ title: t('confirmAndClose'), onClick: () => notify.close(id) }]}
>
<Button style={{ minWidth: 26, padding: 4 }}>
<SvgIcon i='down' />
</Button>
</Dropdown>
</ButtonGroup>
),
});
i want it;

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels