Fix missing shoelace clear button

This commit is contained in:
nathan 2022-06-01 09:26:12 -06:00
parent 2b68b6cbbe
commit 59862bba7b

View File

@ -18,7 +18,7 @@ registerIconLibrary('default', {
*
* @see https://my.egroupware.org/egw/index.php?menuaction=tracker.tracker_ui.edit&tr_id=68774
*/
const egw_icons = {'chevron-down': 'arrow_down', 'x': 'close'}
const egw_icons = {'chevron-down': 'arrow_down', 'x': 'close', 'x-circle-fill': 'close'}
registerIconLibrary("system", {
resolver: (name) =>
{