Unset home screen flag when duplicating screen
This commit is contained in:
parent
b89203cd45
commit
942d6eab5f
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
// Attach the new name and URL
|
// Attach the new name and URL
|
||||||
duplicateScreen.routing.route = sanitizeUrl(screenUrl)
|
duplicateScreen.routing.route = sanitizeUrl(screenUrl)
|
||||||
|
duplicateScreen.routing.homeScreen = false
|
||||||
duplicateScreen.props._instanceName = screenName
|
duplicateScreen.props._instanceName = screenName
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue