Internal: Add new action icons GRADE

pull/4992/head
Yannick Warnier 2 years ago
parent 2b90ae9ae8
commit 5f7e79454f
  1. 2
      src/CoreBundle/Component/Utils/ActionIcon.php

@ -120,4 +120,6 @@ enum ActionIcon: string
case COLLAPSE = 'arrow-collapse-all';
// Expand
case EXPAND = 'arrow-expand-all';
// Give a grade to some work
case GRADE = 'checkbox-marked-circle-plus-outline';
}

Loading…
Cancel
Save