feat: ui and functionality changes

This commit is contained in:
DecDuck
2025-01-28 15:18:04 +11:00
parent ed6e9d7c3f
commit 1be01a38a0
3 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
type="submit"
class="w-full sm:w-fit"
>
{{ props.data.buttonText ?? "Confirm" }}
{{ props.data.buttonText ?? "Close" }}
</LoadingButton>
</div>
</div>