Commit 3aeb6e1 1 parent ae78009 commit 3aeb6e1 Copy full SHA for 3aeb6e1
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ function Pager({
260
260
< div >
261
261
< ButtonGroups >
262
262
< ButtonGroups . IconButton
263
+ type = "button"
263
264
variant = "filled"
264
265
color = "gray"
265
266
size = { displayType === "DESKTOP" ? "md" : "sm" }
@@ -273,6 +274,7 @@ function Pager({
273
274
if ( value === "dots" ) {
274
275
return (
275
276
< ButtonGroups . Button
277
+ type = "button"
276
278
key = { key }
277
279
variant = "filled"
278
280
color = "gray"
@@ -287,6 +289,7 @@ function Pager({
287
289
288
290
return (
289
291
< ButtonGroups . Button
292
+ type = "button"
290
293
key = { key }
291
294
variant = "filled"
292
295
color = "gray"
@@ -300,6 +303,7 @@ function Pager({
300
303
} ) }
301
304
302
305
< ButtonGroups . IconButton
306
+ type = "button"
303
307
variant = "filled"
304
308
color = "gray"
305
309
size = { displayType === "DESKTOP" ? "md" : "sm" }
You can’t perform that action at this time.
0 commit comments