carbon-react 146.4.2 → 146.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -81,6 +81,7 @@ const TabsHeader = ({
|
|
|
81
81
|
title: "Scroll Tabs Left",
|
|
82
82
|
id: "tab-navigation-button-left",
|
|
83
83
|
"data-role": "tab-navigation-button-left",
|
|
84
|
+
type: "button",
|
|
84
85
|
onClick: () => {
|
|
85
86
|
/* istanbul ignore if */
|
|
86
87
|
if (current) {
|
|
@@ -107,6 +108,7 @@ const TabsHeader = ({
|
|
|
107
108
|
title: "Scroll Tabs Right",
|
|
108
109
|
id: "tab-navigation-button-right",
|
|
109
110
|
"data-role": "tab-navigation-button-right",
|
|
111
|
+
type: "button",
|
|
110
112
|
onClick: () => {
|
|
111
113
|
/* istanbul ignore if */
|
|
112
114
|
if (current) {
|
|
@@ -90,6 +90,7 @@ const TabsHeader = ({
|
|
|
90
90
|
title: "Scroll Tabs Left",
|
|
91
91
|
id: "tab-navigation-button-left",
|
|
92
92
|
"data-role": "tab-navigation-button-left",
|
|
93
|
+
type: "button",
|
|
93
94
|
onClick: () => {
|
|
94
95
|
/* istanbul ignore if */
|
|
95
96
|
if (current) {
|
|
@@ -116,6 +117,7 @@ const TabsHeader = ({
|
|
|
116
117
|
title: "Scroll Tabs Right",
|
|
117
118
|
id: "tab-navigation-button-right",
|
|
118
119
|
"data-role": "tab-navigation-button-right",
|
|
120
|
+
type: "button",
|
|
119
121
|
onClick: () => {
|
|
120
122
|
/* istanbul ignore if */
|
|
121
123
|
if (current) {
|