Skip to content

Commit

Permalink
👌 [#2] File upload component PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 18, 2023
1 parent 594f1e8 commit 1957865
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/formio/components/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface FileUploadData {
*/
url: string;
/**
* Does not seems to be set to a meaningful value.
* Does not seem to be set to a meaningful value.
*/
form: '';
/**
Expand All @@ -37,7 +37,7 @@ export interface FileUploadData {
*/
baseUrl: string;
/**
* Does not seems to be set to a meaningful value.
* Does not seem to be set to a meaningful value.
*/
project: '';
};
Expand Down Expand Up @@ -130,8 +130,8 @@ export type MultipleFileComponentSchema = BaseFileComponentSchema & {
* @group Form.io components
* @category Concrete types
*
* Note that while `defaultValue` is defined here, this is only to be able to type
* define the submission data type. A file upload component cannot actually have
* default values.
* Note that while `defaultValue` is defined here, this is only to be able to derive
* the submission data type. A file upload component cannot actually have default
* values.
*/
export type FileComponentSchema = SingleFileComponentSchema | MultipleFileComponentSchema;

0 comments on commit 1957865

Please sign in to comment.