fix(fe): Move projects - Use different empty text when search is active

fix(fe): Move projects - Use different empty text when search is active
This commit is contained in:
andrewwallacespeckle
2025-04-22 11:44:16 +01:00
committed by GitHub
@@ -51,10 +51,13 @@
</div>
</div>
</div>
<p v-else class="py-4 text-body-xs text-foreground-2">
<p v-else-if="!search?.length" class="py-4 text-body-xs text-foreground-2">
You don't have any projects that can be moved into this workspace. Only projects
you own and that aren't in another workspace can be moved.
</p>
<p v-else class="py-4 text-body-xs text-foreground-2">
No projects match your search.
</p>
</template>
<InfiniteLoading
v-if="!search?.length"