fix incorrect collapse state

This commit is contained in:
Henry Jameson 2025-08-19 16:21:44 +03:00
commit 26a2232e18

View file

@ -255,7 +255,7 @@
class="status-content"
:compact="!statusExpanded"
:status="notification.status"
:collapse="statusExpanded"
:collapse="!statusExpanded"
@click="toggleStatusExpanded()"
/>
</template>