fix: multirow selector default value (#3358)

* fix: multirow selector default value

* fix
This commit is contained in:
heheer
2024-12-10 11:53:19 +08:00
committed by GitHub
parent 5cea6015c0
commit c98224dda3
4 changed files with 26 additions and 23 deletions

View File

@@ -130,7 +130,8 @@ export const onCreateApp = async ({
chatConfig,
versionName: name,
username,
avatar: userAvatar
avatar: userAvatar,
isPublish: true
}
],
{ session }