Development

This commit is contained in:
Matthew Grotke 2026-05-25 14:16:43 -04:00
parent fc78e20f0e
commit a110af0a1c

View file

@ -601,6 +601,17 @@
} }
] ]
}, },
{
"type": "card",
"label": "Pending Changes",
"client_requirement": "client_is_administrator+",
"items": [
{
"type": "raw_html",
"html": "%PENDING_CHANGES_HTML%"
}
]
},
{ {
"type": "card", "type": "card",
"label": "Options", "label": "Options",
@ -637,17 +648,6 @@
] ]
} }
] ]
},
{
"type": "card",
"label": "Pending Changes",
"client_requirement": "client_is_administrator+",
"items": [
{
"type": "raw_html",
"html": "%PENDING_CHANGES_HTML%"
}
]
} }
] ]
}, },