mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 12:43:26 -05:00
hide / show to toggle alert area
This commit is contained in:
@@ -25,7 +25,7 @@ export const OpenAlerts = () => {
|
||||
icon={<AlertTriangle className="w-4 h-4" />}
|
||||
actions={
|
||||
<Button variant="ghost" onClick={() => setOpen(!open)}>
|
||||
{open ? "close" : "open"}
|
||||
{open ? "hide" : "show"}
|
||||
</Button>
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user