View still active tickets

This commit is contained in:
2026-05-02 13:00:30 +02:00
parent 4bdf3dc04a
commit 37c00b0190
4 changed files with 123 additions and 2 deletions

View File

@@ -41,8 +41,8 @@ pub struct TicketProps {
#[derive(Clone, Debug, PartialEq)]
pub struct ActiveUser {
id: Option<i16>,
is_admin: bool,
pub id: Option<i16>,
pub is_admin: bool,
}
#[derive(Deserialize, Debug)]