Falko Schindler 2 年 前
コミット
082bda5904
1 ファイル変更0 行追加1 行削除
  1. 0 1
      nicegui/elements/upload.vue

+ 0 - 1
nicegui/elements/upload.vue

@@ -33,7 +33,6 @@ export default {
   props: {
     multiple: Boolean,
     file_picker_label: String,
-    upload_button_text: String,
     upload_button_icon: String,
   },
 };