fix(front): remove testing color

This commit is contained in:
ArneBo 2025-02-11 12:58:56 +01:00
parent 462a220d3d
commit 8c57a26087
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ const customRadioId = computed(() => props.customRadio?.id ?? null)
:title="radio.name"
>
<template #default style="background-color: red;">
<template #default>
<user-link
v-if="radio.user"
discrete