From 4365b179be5d672c48f3344925d571179136b268 Mon Sep 17 00:00:00 2001
From: Thijn <thijn@conduction.nl>
Date: Thu, 23 Jan 2025 16:28:13 +0100
Subject: [PATCH] removed endpoint tab

---
 src/views/Source/SourceDetails.vue | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/views/Source/SourceDetails.vue b/src/views/Source/SourceDetails.vue
index e89e2f47..0bab144c 100644
--- a/src/views/Source/SourceDetails.vue
+++ b/src/views/Source/SourceDetails.vue
@@ -146,9 +146,6 @@ import { sourceStore, navigationStore, logStore } from '../../store/store.js'
 								No authentications found
 							</div>
 						</BTab>
-						<BTab title="Endpoints" class="tabPanel">
-							No endpoints found
-						</BTab>
 						<BTab title="Synchronizations" class="tabPanel">
 							No synchronizations found
 						</BTab>