fix(front): remove testing color
This commit is contained in:
parent
462a220d3d
commit
8c57a26087
|
@ -89,7 +89,7 @@ const customRadioId = computed(() => props.customRadio?.id ?? null)
|
||||||
:title="radio.name"
|
:title="radio.name"
|
||||||
>
|
>
|
||||||
|
|
||||||
<template #default style="background-color: red;">
|
<template #default>
|
||||||
<user-link
|
<user-link
|
||||||
v-if="radio.user"
|
v-if="radio.user"
|
||||||
discrete
|
discrete
|
||||||
|
|
Loading…
Reference in New Issue