Skip to content

Commit 52240b4

Browse files
committed
fix(actions): Fix ouia issues
1 parent e9797c2 commit 52240b4

File tree

2 files changed

+86
-42
lines changed

2 files changed

+86
-42
lines changed

package-lock.json

Lines changed: 82 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/module/src/DataViewToolbar/__snapshots__/DataViewToolbar.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ exports[`DataViewToolbar component should render correctly 1`] = `
9696
</svg>
9797
</span>
9898
</span>
99-
</button>
100-
</div>
99+
</span>
100+
</button>
101101
<nav
102102
aria-label="Pagination"
103103
class="pf-v5-c-pagination__nav"
@@ -359,8 +359,8 @@ exports[`DataViewToolbar component should render correctly 1`] = `
359359
</svg>
360360
</span>
361361
</span>
362-
</button>
363-
</div>
362+
</span>
363+
</button>
364364
<nav
365365
aria-label="Pagination"
366366
class="pf-v5-c-pagination__nav"

0 commit comments

Comments
 (0)