DEV: Fix github build (#32313)

This commit is contained in:
Osama Sayegh
2025-04-15 16:31:20 +03:00
committed by GitHub
parent 0b8df4b833
commit b3bcc2c1d3
@@ -55,7 +55,7 @@ export default class DMultiSelect extends Component {
return;
}
const value = new Promise((resolve, reject) => {
const value = new RsvpPromise((resolve, reject) => {
discourseDebounce(
this,
this.#resolveAsyncData,