From 58053efa74eecdb931fc34bf2369defa9af5519e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Fri, 27 Oct 2023 15:39:05 +0200 Subject: [PATCH] fix(NcRelatedResourcesPanel): t is undefined MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- .../NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue b/src/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue index 3e5aaf58fd..6089f12432 100644 --- a/src/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue +++ b/src/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue @@ -28,7 +28,7 @@ Use this component to display the related resources of a given item. ``` @@ -119,7 +119,6 @@ export default { header: { type: String, default: t('Related resources'), - }, },