Skip to content

Conversation

ashphy
Copy link
Owner

@ashphy ashphy commented Apr 6, 2025

fixed #25

@ashphy ashphy marked this pull request as ready for review April 8, 2025 15:10
@ashphy ashphy requested a review from Copilot April 8, 2025 15:10
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 9 changed files in this pull request and generated 1 comment.

Files not reviewed (2)
  • package.json: Language not supported
  • src/index.css: Language not supported

type="file"
onInput={handleOnInput}
accept="
application/jsonjson,
Copy link

Copilot AI Apr 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MIME type 'application/jsonjson' appears to be a typo. Consider replacing it with 'application/json'.

Suggested change
application/jsonjson,
application/json,

Copilot uses AI. Check for mistakes.

@ashphy ashphy merged commit 867e8d6 into master Apr 8, 2025
1 check passed
@ashphy ashphy deleted the ashphy/issue25 branch April 8, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add option to import json file and save the output as a file

1 participant