Skip to content

Commit e514560

Browse files
committed
Submit reverse
1 parent a4e5f7d commit e514560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
otherwise its original date</small>
6363
</div>
6464
}
65-
<button class="btn btn-primary" type="submit" disabled="@canSubmit">Submit</button>
65+
<button class="btn btn-primary" type="submit" disabled="@(!canSubmit)">Submit</button>
6666
</EditForm>
6767
</div>
6868
<div class="preview">

0 commit comments

Comments
 (0)