Skip to content

Commit

Permalink
Merge pull request #2615 from anyproto/ios-3877-after-turn-into-colle…
Browse files Browse the repository at this point in the history
…ction-the-type-selection-will-not

iOS-3877 Basic quality | Fix turn into collection
  • Loading branch information
joe-pusya authored Jan 10, 2025
2 parents 2bdb6f0 + 5ab50e0 commit fe51ccf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ extension EditorSetViewModel {
guard setDocument.setPermissions.canTurnSetIntoCollection else { return }
Task { @MainActor in
try await objectActionsService.setObjectCollectionType(objectId: objectId)
try await setDocument.close()
output?.replaceEditorScreen(data: .list(EditorListObject(objectId: objectId, spaceId: setDocument.spaceId)))
}
AnytypeAnalytics.instance().logSetTurnIntoCollection()
Expand Down

0 comments on commit fe51ccf

Please sign in to comment.