mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
use deregister pushers component
This commit is contained in:
parent
e3a450a679
commit
35e5d90dcc
1 changed files with 9 additions and 0 deletions
|
|
@ -211,6 +211,15 @@ export function SystemNotification() {
|
||||||
>
|
>
|
||||||
<EmailNotification />
|
<EmailNotification />
|
||||||
</SequenceCard>
|
</SequenceCard>
|
||||||
|
|
||||||
|
<SequenceCard
|
||||||
|
className={SequenceCardStyle}
|
||||||
|
variant="SurfaceVariant"
|
||||||
|
direction="Column"
|
||||||
|
gap="400"
|
||||||
|
>
|
||||||
|
<DeregisterAllPushersSetting />
|
||||||
|
</SequenceCard>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue