Skip to content

Commit

Permalink
FixLog missing sort buttons (#1115)
Browse files Browse the repository at this point in the history
Fixed FixLog missing sort buttons
  • Loading branch information
rnemes authored Jul 17, 2024
1 parent e93194e commit 8b46262
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/newsfragments/2945_fix.fixlog_sort_button.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed FixLog assertion not showing sort buttons on the web UI.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function FixLogAssertion(props) {

return (
<DictBaseAssertion
buttonGroup={buttonGroup}
buttons={buttonGroup}
columns={columns}
rows={prepareDictRowData(rowData, props.assertion.line_no)}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`FixLogAssertion shallow renders the correct HTML structure 1`] = `
<DictBaseAssertion
buttonGroup={
buttons={
<DictButtonGroup
defaultSortType={Symbol(NONE)}
flattenedDict={
Expand Down

0 comments on commit 8b46262

Please sign in to comment.