Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct field name #101

Merged
merged 2 commits into from
Jul 9, 2024
Merged

fix: correct field name #101

merged 2 commits into from
Jul 9, 2024

Conversation

ctron
Copy link
Contributor

@ctron ctron commented Jul 5, 2024

This will also be fixed on the backend side.

This will also be fixed on the backend side.
@ctron
Copy link
Contributor Author

ctron commented Jul 5, 2024

Ok, looks like it takes a bit more. @carlosthe19916 maybe you can finish this up, or start from scratch with this is a pointer.

Copy link
Contributor

@gildub gildub left a comment

Choose a reason for hiding this comment

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

The field name needs to be changed in ./src/app/pages/importer-list/importer-list.tsx./src/app/pages/importer-list/importer-list.tsx too.

@@ -185,14 +185,14 @@ export interface ImporterReport {
report: {
Copy link
Contributor

Choose a reason for hiding this comment

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

While at it, why not use interface definition for report instead ?

export interface ImporterReport {
  id: string;
  error?: string;
  report: ImporterReportDetails;
}

@carlosthe19916
Copy link
Member

@gildub I pushed a commit to this branch to fix the missing change on ./src/app/pages/importer-list/importer-list.tsx .

@gildub gildub merged commit 8945d8b into main Jul 9, 2024
1 check passed
@gildub gildub deleted the hotfix/fix_field_name branch July 9, 2024 14:33
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.

3 participants