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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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