mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting
This commit is contained in:
parent
bf97194208
commit
2ec4328a90
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ struct WebReaderContainerView: View {
|
|||
.opacity(navBarVisibilityRatio)
|
||||
.background(Color.systemBackground)
|
||||
.alert("Are you sure you want to remove this item? All associated notes and highlights will be deleted.",
|
||||
isPresented: $showDeleteConfirmation) {
|
||||
isPresented: $showDeleteConfirmation) {
|
||||
Button("Remove Item", role: .destructive) {
|
||||
Snackbar.show(message: "Link removed")
|
||||
dataService.removeLink(objectID: item.objectID)
|
||||
|
|
|
|||
Loading…
Reference in a new issue