use "a" tag instead of button
This commit is contained in:
parent
304baf2feb
commit
a480baa394
@ -30,7 +30,7 @@ const Compose = {
|
||||
})
|
||||
]),
|
||||
m("div", {class:"row"}, [
|
||||
m("button", {
|
||||
m("a", {
|
||||
class:"btn btn-sm btn-block btn-primary",
|
||||
onclick: sendMail,
|
||||
disabled: !state.compose.body || !state.compose.subject || !state.compose.recipient,
|
||||
|
Loading…
x
Reference in New Issue
Block a user