diff --git a/src/Entity/WebformSubmission.php b/src/Entity/WebformSubmission.php
index 7dffefc5..6c38351d 100644
--- a/src/Entity/WebformSubmission.php
+++ b/src/Entity/WebformSubmission.php
@@ -33,7 +33,6 @@ use Drupal\webform\WebformSubmissionInterface;
  *     singular = "@count submission",
  *     plural = "@count submissions",
  *   ),
- *   bundle_label = @Translation("Webform"),
  *   handlers = {
  *     "storage" = "Drupal\webform\WebformSubmissionStorage",
  *     "storage_schema" = "Drupal\webform\WebformSubmissionStorageSchema",
@@ -52,7 +51,6 @@ use Drupal\webform\WebformSubmissionInterface;
  *       "delete" = "Drupal\webform\Form\WebformSubmissionDeleteForm",
  *     },
  *   },
- *   bundle_entity_type = "webform",
  *   list_cache_contexts = { "user" },
  *   list_cache_tags = { "config:webform_list", "webform_submission_list" },
  *   base_table = "webform_submission",
@@ -76,7 +74,6 @@ use Drupal\webform\WebformSubmissionInterface;
  *     "delete-form" = "/admin/structure/webform/manage/{webform}/submission/{webform_submission}/delete",
  *     "collection" = "/admin/structure/webform/submissions/manage/list"
  *   },
- *   permission_granularity = "bundle"
  * )
  */
 class WebformSubmission extends ContentEntityBase implements WebformSubmissionInterface {
