Skip to content

Commit

Permalink
Merge branch 'staging' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Apr 26, 2024
2 parents 5998b54 + cdb6354 commit 3709d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pages/TableDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function Data() {
{ field: "sms_sent_time", headerName: "SMS Sent Time", width: 120 },
{ field: "sms_received_time", headerName: "SMS Received Time", width: 120 },
{ field: "sms_routed_time", headerName: "Routed Time", width: 120 },
{ field: "status", headerName: "Status", width: 120 },
{ field: "operator_difference", headerName: "Operator Difference", width: 120 },
{ field: "publisher_difference", headerName: "Publisher Difference", width: 120 },
{ field: "total_difference", headerName: "Total Difference", width: 120 }
Expand Down

0 comments on commit 3709d80

Please sign in to comment.