We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71df46c commit 3b04d54Copy full SHA for 3b04d54
src/Umbraco.Web.UI.Client/src/packages/media/media/modals/media-picker/media-picker-modal.element.ts
@@ -210,6 +210,7 @@ export class UmbMediaPickerModalElement extends UmbModalBaseElement<UmbMediaPick
210
const query = this._searchQuery;
211
const { data } = await this.#mediaSearchProvider.search({
212
query,
213
+ includeTrashed: false,
214
searchFrom: this._searchFrom,
215
culture: this.#contextCulture,
216
...this.data?.search?.queryParams,
0 commit comments