Display: Add ActionIcon::EXIT

pull/5056/head
Yannick Warnier 11 months ago
parent f64a728091
commit 951f550fd3
  1. 2
      src/CoreBundle/Component/Utils/ActionIcon.php

@ -154,4 +154,6 @@ enum ActionIcon: string
case VIEW_MORE = 'unfold-more-horizontal';
// View less (by opposition to view more)
case VIEW_LESS = 'unfold-less-horizontal';
// Exit/Leave (a group, a course, etc)
case EXIT = 'exit-run';
}

Loading…
Cancel
Save