Skip to content

Commit bb6d82b

Browse files
author
Marco LUCARELLA
committed
Fix last update null
1 parent 6892575 commit bb6d82b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rendering/searchFenceRenderer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export const SearchFenceRenderer = async (source: string, rootEl: HTMLElement, c
118118
RC.renderLoadingItem('Loading...')
119119
JiraClient.getSearchResults(searchView.query, parseInt(searchView.limit) || SettingsData.searchResultsLimit, searchView.account)
120120
.then(newSearchResults => {
121+
searchView.account = newSearchResults.account
121122
const searchResults = ObjectsCache.add(searchView.getCacheKey(), newSearchResults).data as IJiraSearchResults
122123
renderSearchResults(rootEl, searchView, searchResults)
123124
}).catch(err => {

0 commit comments

Comments
 (0)