mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-13 02:46:16 +01:00
remove non required update trigger
This commit is contained in:
@@ -145,10 +145,9 @@
|
||||
<NavbarToggler onclick={() => (isOpen = !isOpen)} />
|
||||
<Collapse
|
||||
style="justify-content: space-between"
|
||||
expand="md"
|
||||
{isOpen}
|
||||
navbar
|
||||
expand="md"
|
||||
onupdate={({ detail }) => (isOpen = detail.isOpen)}
|
||||
>
|
||||
<Nav navbar>
|
||||
{#if showMax || showBrg}
|
||||
|
||||
Reference in New Issue
Block a user