* [bug#54948] Set outside in program create stakeholder page in tutorial.

This commit is contained in:
xieqiyu
2024-09-13 08:47:51 +08:00
committed by 胡方舟
parent a4c696a4c2
commit 334e0df240
+1 -1
View File
@@ -40,7 +40,7 @@ formPanel
radioList
(
set::name('from'),
set::value('team'),
set::value(common::isTutorialMode() ? 'outside' : 'team'),
set::inline(true),
set::items($fromItems)
)