Bug fix for restoring the Search Opportunities input
This commit is contained in:
1
dist/firefox/content.js
vendored
1
dist/firefox/content.js
vendored
@@ -443,6 +443,7 @@
|
||||
tableSearchInput.type = "search";
|
||||
tableSearchInput.placeholder = "Search opportunities";
|
||||
tableSearchInput.setAttribute("aria-label", "Search opportunities");
|
||||
tableSearchInput.value = tableSearch;
|
||||
tableSearchInput.addEventListener("input", () => {
|
||||
tableSearch = tableSearchInput.value;
|
||||
saveFilterPreferences();
|
||||
|
||||
Reference in New Issue
Block a user