diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-08-28 11:52:38 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-08-29 11:05:51 -0700 |
commit | ffe29518e88f1262ef73b25c9dbd3152ba8a78af (patch) | |
tree | 50cc05f710c8a0f4b3949e688db866173b3a372a /apps/theming/src | |
parent | b240cc12c261f366da89bcabff5c77888ddfb8d5 (diff) | |
download | nextcloud-server-ffe29518e88f1262ef73b25c9dbd3152ba8a78af.tar.gz nextcloud-server-ffe29518e88f1262ef73b25c9dbd3152ba8a78af.zip |
chore: Migrate to new @nextcloud/vue API
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/theming/src')
-rw-r--r-- | apps/theming/src/components/admin/TextField.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/theming/src/components/admin/TextField.vue b/apps/theming/src/components/admin/TextField.vue index ec5ed94dc09..5e96f45a95b 100644 --- a/apps/theming/src/components/admin/TextField.vue +++ b/apps/theming/src/components/admin/TextField.vue @@ -24,7 +24,6 @@ <div class="field"> <NcTextField :value.sync="localValue" :label="displayName" - :label-visible="true" :placeholder="placeholder" :type="type" :maxlength="maxlength" |