Unset home screen flag when duplicating screen

This commit is contained in:
Andrew Kingston 2022-05-10 11:36:42 +01:00
parent b89203cd45
commit 942d6eab5f
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
// Attach the new name and URL
duplicateScreen.routing.route = sanitizeUrl(screenUrl)
duplicateScreen.routing.homeScreen = false
duplicateScreen.props._instanceName = screenName
try {