typo
This commit is contained in:
parent
d2fbddadd5
commit
9cdb6554a5
|
@ -41,7 +41,7 @@ const screenPath = (appPath, pageName, name) =>
|
|||
|
||||
module.exports.saveScreen = async (config, appname, pagename, screen) => {
|
||||
const appPath = appPackageFolder(config, appname)
|
||||
const compPath = screenPath(appPath, pagename, screen.props._instanceName)
|
||||
const compPath = screenPath(appPath, pagename, screen.name)
|
||||
await ensureDir(dirname(compPath))
|
||||
if (screen._css) {
|
||||
delete screen._css
|
||||
|
|
Loading…
Reference in New Issue