1
0
Fork 0
mirror of synced 2024-09-18 18:28:33 +12:00

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

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 {