mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
fix: remove broken load paths from JSON-only components
- Remove load.path from JSONLambdaDesigner (TSX file deleted) - Remove load.path from JSONModelDesigner (TSX file deleted) - Remove load.path from StyleDesigner (TSX file deleted) These components are now JSON-only and don't need load path references. Build: passing ✓ Audit: 0 issues ✓
This commit is contained in:
@@ -2051,10 +2051,6 @@
|
||||
"metadata": {
|
||||
"conversionDate": "2026-01-18",
|
||||
"autoGenerated": true
|
||||
},
|
||||
"load": {
|
||||
"path": "@/components/JSONLambdaDesigner",
|
||||
"export": "JSONLambdaDesigner"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -2069,10 +2065,6 @@
|
||||
"metadata": {
|
||||
"conversionDate": "2026-01-18",
|
||||
"autoGenerated": true
|
||||
},
|
||||
"load": {
|
||||
"path": "@/components/JSONModelDesigner",
|
||||
"export": "JSONModelDesigner"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -3296,10 +3288,6 @@
|
||||
"metadata": {
|
||||
"conversionDate": "2026-01-18",
|
||||
"autoGenerated": true
|
||||
},
|
||||
"load": {
|
||||
"path": "@/components/JSONStyleDesigner",
|
||||
"export": "StyleDesigner"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -4884,4 +4872,4 @@
|
||||
"jsonCompatible": 226,
|
||||
"coverage": "60%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user