refactor: hide share add package

This commit is contained in:
puriphatt 2024-12-20 17:19:06 +07:00
parent 1e660682a6
commit 529c742a61

View file

@ -38,7 +38,7 @@ defineProps<{
<span class="text-body1 text-weight-bold"> <span class="text-body1 text-weight-bold">
{{ $t(`form.field.basicInformation`) }} {{ $t(`form.field.basicInformation`) }}
</span> </span>
<section class="q-px-md"> <section v-if="!service" class="q-px-md">
<label :style="{ opacity: readonly ? '.5' : undefined }"> <label :style="{ opacity: readonly ? '.5' : undefined }">
<input <input
id="input-shared" id="input-shared"