@gadmin2n/schematics 0.0.89 → 0.0.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "devDependencies": {
90
90
  "@faker-js/faker": "^10.4.0",
91
- "@gadmin2n/prisma-nest-generator": "^0.0.45",
91
+ "@gadmin2n/prisma-nest-generator": "^0.0.46",
92
92
  "@gadmin2n/prisma-react-generator": "^0.0.60",
93
93
  "@nestjs/cli": "^11.0.21",
94
94
  "@nestjs/testing": "^10.4.15",
@@ -483,6 +483,7 @@ export default function WorkflowListPage() {
483
483
  loading={loading}
484
484
  columns={columns}
485
485
  dataSource={workflows}
486
+ scroll={{ x: 'max-content' }}
486
487
  pagination={{
487
488
  current: page,
488
489
  pageSize: PAGE_SIZE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gadmin2n/schematics",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "description": "Gadmin - modern, fast, powerful node.js web framework (@schematics)",
5
5
  "main": "dist/index.js",
6
6
  "files": [