Skip to content

Commit d381bea

Browse files
Merge pull request #892 from vinaayakh-aot/feature/FWF-5410-phase-2-integration
Feature/fwf 5410 phase 2 integration
2 parents af9b4ab + 9ee05d4 commit d381bea

File tree

10 files changed

+269
-138
lines changed

10 files changed

+269
-138
lines changed

forms-flow-components/src/components/CustomComponents/HistoryPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ export const HistoryPage: React.FC<HistoryPageProps> = React.memo(
272272
),
273273
flex: 1,
274274
sortable: false,
275+
align: 'right',
275276
renderCell: (params) => {
276277
if(params.row.index === 0) {
277278
return null;

0 commit comments

Comments
 (0)