Add new line on Table Views (#110)

Add addition on Companies table
This commit is contained in:
Charles Bochet
2023-05-07 23:41:22 +02:00
committed by GitHub
parent 8c7815af79
commit 50a4a97145
15 changed files with 329 additions and 154 deletions

View File

@ -18,7 +18,7 @@ const mocks = [
request: {
query: GET_COMPANIES,
variables: {
orderBy: [{ name: 'asc' }],
orderBy: [{ created_at: 'desc' }],
where: {},
},
},