File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ const RouteComponent = () => {
7171 await uploadInstrumentRecordsMutation . mutateAsync ( reformattedData ) ;
7272 setFile ( null ) ;
7373 } catch ( error ) {
74+ console . error ( error ) ;
7475 void navigate ( {
7576 search : {
7677 error : {
Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ export namespace Zod4 {
706706 export function generateSampleData ( convertResult : ZodConvertResult ) : string {
707707 switch ( convertResult . typeName ) {
708708 case 'array' : {
709- return `RECORD_ARRAY(${ generateSampleData ( convertResult . innerType ) } ;)` ;
709+ return `RECORD_ARRAY(${ generateSampleData ( convertResult . innerType ) } ; ... )` ;
710710 }
711711 case 'boolean' :
712712 return formatOptionalEntry ( 'true/false' , convertResult . isOptional ) ;
You can’t perform that action at this time.
0 commit comments