diff --git a/apps/web/src/app/admin-console/organizations/manage/verify-recover-delete-org.component.html b/apps/web/src/app/admin-console/organizations/manage/verify-recover-delete-org.component.html
index f8c2b71fe2..b99adbf087 100644
--- a/apps/web/src/app/admin-console/organizations/manage/verify-recover-delete-org.component.html
+++ b/apps/web/src/app/admin-console/organizations/manage/verify-recover-delete-org.component.html
@@ -17,12 +17,19 @@
type="button"
bitButton
buttonType="primary"
- class="btn btn-danger btn-block btn-submit"
+ class="btn-danger"
[bitAction]="submit"
+ [block]="true"
>
{{ "deleteOrganization" | i18n }}
-
+
{{ "cancel" | i18n }}