fix: compose post modal button

This commit is contained in:
trisua 2025-04-08 22:13:55 -04:00
parent 437724065b
commit bfcb35e18b
4 changed files with 7 additions and 5 deletions

View file

@ -308,7 +308,7 @@ macros -%}
<div class="flex gap-2">
<button
class="bold red quaternary"
onclick="document.getElementById('town_square_post_dialog').remove()"
onclick="document.getElementById('town_square_post_dialog').close()"
type="button"
>
{{ icon "x" }} {{ text "dialog:action.close" }}