Remove Boilerplate Use-case thingy
This commit is contained in:
@@ -37,7 +37,7 @@ class BaseView(@Named("styles") styles: String) : View(styles) {
|
||||
attributes["aria-label"] = "demo-search"
|
||||
attributes["name"] = "search"
|
||||
attributes["disabled"] = ""
|
||||
attributes["value"] = "tag:\"demo\""
|
||||
attributes["value"] = "tag:demo"
|
||||
}
|
||||
span {
|
||||
id = "buttons"
|
||||
|
||||
Reference in New Issue
Block a user