diff --git a/code/model/SiteTree.php b/code/model/SiteTree.php index 8c42deaa..ea8ffe7b 100644 --- a/code/model/SiteTree.php +++ b/code/model/SiteTree.php @@ -2072,7 +2072,6 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid $minorActions->push( FormAction::create('rollback', _t('SiteTree.BUTTONCANCELDRAFT', 'Cancel draft changes'), 'delete') ->setDescription(_t('SiteTree.BUTTONCANCELDRAFTDESC', 'Delete your draft and revert to the currently published page')) - ->addExtraClass('delete')->setAttribute('data-icon', 'delete') ); } }