Fix content list error when projects is undefined (#3026)
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
parent
465f7ac0c5
commit
3e5b842b7a
@ -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 />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user