Changes for page UpdateUserVelocity
Last modified by messines on 2022/12/19 13:48
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -31,8 +31,7 @@ 31 31 console.log('handle search for current collab'); 32 32 break 33 33 default: 34 - const results = fetchGlobalSearch(term); 35 - contextSearchResponse.innerText = results; 34 + fetchGlobalSearch(term).then(results => contextSearchResponse.innerText = results); 36 36 } 37 37 38 38 });