소스 검색

tiny cleanup

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,
   },
 };