Add type="button" to all buttons and prevent display of Installer if already installed
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
@inherits ModuleBase
|
||||
Current count: @currentCount
|
||||
<br />
|
||||
<button class="btn btn-primary" @onclick="@IncrementCount">Click me</button>
|
||||
<button type="button" class="btn btn-primary" @onclick="@IncrementCount">Click me</button>
|
||||
<br /><br />
|
||||
|
||||
@code {
|
||||
|
Reference in New Issue
Block a user