Update #10

Merged
sead merged 3 commits from dcio_refactor into main 2025-12-13 18:28:26 +00:00
Showing only changes of commit 4a30ce77db - Show all commits

View File

@@ -186,7 +186,9 @@ Message: ${message}`
></textarea>
</div>
<div className="mb-3">
<SolidButton theme="dark">Submit</SolidButton>
<SolidButton theme="dark" disabled={emailError}>
Submit
</SolidButton>
</div>
</form>
{notification && <span>{notification}</span>}