DEV: Update icons for FA6 (#1074)
This commit is contained in:
parent
4784e7fe43
commit
890b85bff3
|
@ -75,7 +75,7 @@ export default class AiCategorySuggester extends Component {
|
|||
popupAjaxError(error);
|
||||
} finally {
|
||||
this.loading = false;
|
||||
this.triggerIcon = "sync-alt";
|
||||
this.triggerIcon = "rotate";
|
||||
}
|
||||
|
||||
return this.suggestions;
|
||||
|
|
|
@ -105,7 +105,7 @@ export default class AiTagSuggester extends Component {
|
|||
popupAjaxError(error);
|
||||
} finally {
|
||||
this.loading = false;
|
||||
this.triggerIcon = "sync-alt";
|
||||
this.triggerIcon = "rotate";
|
||||
}
|
||||
|
||||
return this.suggestions;
|
||||
|
|
|
@ -83,7 +83,7 @@ export default class AiTitleSuggester extends Component {
|
|||
popupAjaxError(error);
|
||||
} finally {
|
||||
this.loading = false;
|
||||
this.triggerIcon = "sync-alt";
|
||||
this.triggerIcon = "rotate";
|
||||
}
|
||||
|
||||
return this.suggestions;
|
||||
|
|
Loading…
Reference in New Issue