@gadmin2n/prisma-react-generator 0.0.47 → 0.0.49

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.
@@ -208,6 +208,7 @@ export const ${model.name}List: React.FC<IResourceComponentsProps> = () => {
208
208
  importProps={importProps}
209
209
  onExport={triggerExport}
210
210
  exportLoading={exportLoading}
211
+ resourceName={resourceName}
211
212
  />
212
213
  ),
213
214
  }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gadmin2n/prisma-react-generator",
3
3
  "description": "Generates react props and components from Prisma Schema for Tea/Antd ui lib.",
4
- "version": "0.0.47",
4
+ "version": "0.0.49",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
7
7
  "name": "kavenma",