We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e5f7d commit e514560Copy full SHA for e514560
src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor
@@ -62,7 +62,7 @@
62
otherwise its original date</small>
63
</div>
64
}
65
- <button class="btn btn-primary" type="submit" disabled="@canSubmit">Submit</button>
+ <button class="btn btn-primary" type="submit" disabled="@(!canSubmit)">Submit</button>
66
</EditForm>
67
68
<div class="preview">
0 commit comments