Display: Add ActionIcon::REJECT

pull/5034/head
Yannick Warnier 2 years ago
parent 6d0fa50a2f
commit ce966874ab
  1. 2
      src/CoreBundle/Component/Utils/ActionIcon.php

@ -14,6 +14,8 @@ enum ActionIcon: string
case EDIT = 'pencil';
// Delete
case DELETE = 'delete';
// Reject (not same as delete)
case REJECT = 'close-octagon-outline';
// Configure
case CONFIGURE = 'hammer-wrench';
// Download

Loading…
Cancel
Save