Skip to content

Commit bf6f81e

Browse files
Console warning in settings page removed (#5)
1 parent d09ab1a commit bf6f81e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkg/ui/NodeInputSubmit.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export function NodeInputSubmit<T>({
2626
</>) : (<> </>)}
2727

2828
<Button
29-
id="submit"
3029
name={attributes.name}
3130
value={attributes.value || ""}
3231
disabled={attributes.disabled || disabled}

styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ body {
5959
margin-top: 32px !important;
6060
}
6161

62-
#submit {
62+
button[name="method"] {
6363
width: 100%;
6464
display: flex;
6565
justify-content: center;

0 commit comments

Comments
 (0)