mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set description properly when editing the title
This commit is contained in:
parent
ccfbd0c44a
commit
8e504df6f7
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ public struct ShareExtensionView: View {
|
|||
viewModel.submitTitleEdit(dataService: viewModel.services.dataService,
|
||||
itemID: linkedItem.unwrappedID,
|
||||
title: viewModel.title,
|
||||
description: linkedItem.description)
|
||||
description: linkedItem.descriptionText ?? "")
|
||||
}
|
||||
}
|
||||
viewState = .mainView
|
||||
|
|
|
|||
Loading…
Reference in a new issue