1
0

Fix content list error when projects is undefined (#3026)

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Prospector
2024-12-14 18:48:21 -08:00
committed by GitHub
parent 465f7ac0c5
commit 3e5b842b7a

View File

@@ -1,5 +1,5 @@
<template>
<template v-if="projects.length > 0">
<template v-if="projects?.length > 0">
<div class="flex items-center gap-2 mb-4">
<div class="iconified-input flex-grow">
<SearchIcon />