Fix my-video-imports display when a video gets deleted
[oweals/peertube.git] / client / src / app / +my-account / my-account-ownership / my-account-ownership.component.ts
index cd8065800616e5f5ba4f9175cb72265be2694dc6..324641be16f864a0b213f90c25127d0ca51d100e 100644 (file)
@@ -31,6 +31,10 @@ export class MyAccountOwnershipComponent extends RestTable implements OnInit {
     this.initialize()
   }
 
+  getIdentifier () {
+    return 'MyAccountOwnershipComponent'
+  }
+
   createByString (account: Account) {
     return Account.CREATE_BY_STRING(account.name, account.host)
   }