Skip to content

Commit

Permalink
Fix: tags were not cleaned up in QuickShareViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Jul 9, 2024
1 parent 355c9ac commit 9763880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Planet/Quick Share/PlanetQuickShareViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class PlanetQuickShareViewModel: ObservableObject {
content = ""
externalLink = ""
fileURLs = []
tags = [:]
sending = false
}
}
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2119
CURRENT_PROJECT_VERSION = 2120

0 comments on commit 9763880

Please sign in to comment.