Skip to content

Commit

Permalink
Minor: Add ADD_FILE_VARIATION action icon - refs #5956
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Dec 5, 2024
1 parent 5eda096 commit 16aa424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CoreBundle/Component/Utils/ActionIcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,6 @@ enum ActionIcon: string
case ADD_EVENT_REMINDER = 'alarm-plus';

case SWAP_FILE = 'file-swap';

case ADD_FILE_VARIATION = 'file-replace';
}

0 comments on commit 16aa424

Please sign in to comment.