Make TableCreator disable the button when the dice syntax doesn't pass validation

This commit is contained in:
Oliver-Akins 2025-05-03 21:48:29 -06:00
parent c5c1c67efe
commit 6a83209a58
2 changed files with 20 additions and 3 deletions

View file

@ -26,6 +26,7 @@
<button
type="button"
data-action="createTable"
{{ disabled createButtonDisabled }}
>
Create Table
</button>