Commit 2746e96c authored by Tsegaselassie Tadesse's avatar Tsegaselassie Tadesse

Migrate fa-spinner to spinner in search filter dropdown js.

parent 6f2abe2f
......@@ -12,7 +12,7 @@ export default class FilteredSearchDropdown {
this.filter = filter;
this.dropdown = dropdown;
this.loadingTemplate = `<div class="filter-dropdown-loading">
<i class="fa fa-spinner fa-spin"></i>
<span class="spinner"></span>
</div>`;
this.bindEvents();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment