Update Page.vue (#4072)

This commit is contained in:
andrewwallacespeckle
2025-02-26 14:01:40 +00:00
committed by GitHub
parent 27d109b233
commit 89520fbf8a
@@ -36,6 +36,8 @@
class="md:min-w-80"
allow-unset
:items="categories"
size="base"
color="foundation"
>
<template #something-selected="{ value }">
{{ isArray(value) ? value[0].name : value.name }}