diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-11-18 19:00:50 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-11-18 19:00:50 +0000 |
commit | a32ce79204e8c5a78b1e4e88a935271235a5760c (patch) | |
tree | 3dac85b5a0d88cce5924eab14c21d94d300a1658 /apps/theming/src | |
parent | 47675515096c14375a748565f8a79fb772fc6715 (diff) | |
download | nextcloud-server-a32ce79204e8c5a78b1e4e88a935271235a5760c.tar.gz nextcloud-server-a32ce79204e8c5a78b1e4e88a935271235a5760c.zip |
Remove completed comments
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/theming/src')
-rw-r--r-- | apps/theming/src/components/admin/TextField.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/theming/src/components/admin/TextField.vue b/apps/theming/src/components/admin/TextField.vue index df82415e48a..9a3a98fe20d 100644 --- a/apps/theming/src/components/admin/TextField.vue +++ b/apps/theming/src/components/admin/TextField.vue @@ -22,8 +22,6 @@ <template> <div class="field"> - <!-- PENDING undo trailing button icon requires @nextcloud/vue release and bump --> - <!-- PENDING custom maxlength requires @nextcloud/vue release and bump --> <NcTextField :value.sync="localValue" :label="displayName" :label-visible="true" |