Skip to content

Commit c3ace12

Browse files
committed
chore(ui): remove read only checkbox
1 parent e7aeb24 commit c3ace12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/src/components/SecretStorageForm.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
append-icon="mdi-lock"
6363
></v-text-field>
6464

65-
<v-checkbox
66-
v-model="item.readonly"
67-
:label="$t('Read only')"
68-
:disabled="formSaving"
69-
/>
65+
<!-- <v-checkbox-->
66+
<!-- v-model="item.readonly"-->
67+
<!-- :label="$t('Read only')"-->
68+
<!-- :disabled="formSaving"-->
69+
<!-- />-->
7070
</div>
7171
</v-form>
7272
</template>

0 commit comments

Comments
 (0)