Skip to content

Commit

Permalink
Merge branch 'main' of github.com:saas-js/saas-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Mar 11, 2024
2 parents 53d2452 + e4e1373 commit 4bfb5a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -817,12 +817,12 @@ const columns: ColumnDef<ExampleData>[] = [

const data: ExampleData[] = [{
{
id: 1,
id: '1',
name: 'TaShya Charles',
email: 'urna.nec.luctus@icloud.couk'
},
{
id: 2,
id: '2',
name: 'Donovan Mosley',
email: 'lacinia.mattis.integer@icloud.couk',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ const columns: ColumnDef<ExampleData>[] = [

const data: ExampleData[] = [
{
id: 1,
id: '1',
name: 'TaShya Charles',
email: 'urna.nec.luctus@icloud.couk'
},
{
id: 2,
id: '2',
name: 'Donovan Mosley',
email: 'lacinia.mattis.integer@icloud.couk',
},
Expand Down

0 comments on commit 4bfb5a3

Please sign in to comment.