We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625063d commit 26eac14Copy full SHA for 26eac14
1 file changed
frontend/src/config/integrations/github-nango/components/settings/github-settings-org-item.vue
@@ -75,15 +75,6 @@
75
</lf-dropdown>
76
</div>
77
78
-
79
- <div v-if="isSynced" class="flex w-full justify-end mt-2 mb-1">
80
- <div class="flex items-center text-right gap-1">
81
- <lf-icon name="circle-info" type="regular" :size="14" />
82
- <p class="text-2xs text-gray-500">
83
- Sync of future organization repositories comming soon.
84
- </p>
85
- </div>
86
87
88
<slot />
89
0 commit comments