Unset home screen flag when duplicating screen
This commit is contained in:
parent
ba8d8bfd1b
commit
dfc8faa73c
|
@ -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