[#7660] added missing type:button attribute and replaced form tag with div to minimize future regressions
This commit is contained in:
@@ -152,6 +152,7 @@ export function input(props) {
|
||||
{ className: "actions" },
|
||||
t.button(
|
||||
{
|
||||
type: "button",
|
||||
className: "btn sm secondary transparent circle",
|
||||
ariaLabel: app.attrs.tooltip("Remove"),
|
||||
onclick: () => remove(record.id),
|
||||
|
||||
Reference in New Issue
Block a user