mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
DEV: Fix github build (#32313)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user