Unverified Commit 18cb6051 authored by Dannon's avatar Dannon Committed by GitHub
Browse files

Merge pull request #16005 from davelopez/23.0_fix_history_items_selector

[23.0] Fix build collection not resetting selection
parents 85df98a7 029a27db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,8 +320,8 @@ export default {
            // have to hide the source items if that was requested
            if (modalResult.hide_source_items) {
                this.$emit("hide-selection", this.contentSelection);
                this.$emit("reset-selection");
            }
            this.$emit("reset-selection");
        },
    },
};