mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix missing shoelace clear button
This commit is contained in:
parent
2b68b6cbbe
commit
59862bba7b
@ -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) =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user