hide storage path

This commit is contained in:
jb-alvarado 2024-07-11 15:03:27 +02:00
parent c0d6f02d73
commit a410626978

View File

@ -15,7 +15,7 @@
class="form-control w-full"
:class="[typeof prop === 'boolean' && 'flex-row', name.toString() !== 'help_text' && 'mt-2']"
>
<template v-if="name.toString() !== 'startInSec' && name.toString() !== 'lengthInSec'">
<template v-if="name.toString() !== 'startInSec' && name.toString() !== 'lengthInSec' && !(name.toString() === 'path' && key.toString() === 'storage')" >
<div v-if="name.toString() !== 'help_text'" class="label">
<span class="label-text !text-md font-bold">{{ name }}</span>
</div>