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

Minor: Fix import warning #16692

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

davelopez
Copy link
Contributor

@davelopez davelopez commented Sep 14, 2023

Fixes warning when building the client:

WARNING in ./src/components/User/DiskUsage/Quota/model/index.js 1:0-62
export 'UserQuotaUsageData' (reexported as 'UserQuotaUsageData') was not found in './QuotaUsage' (possible exports: DEFAULT_QUOTA_SOURCE_LABEL, QuotaUsage)

I forgot to rename the file to TS in #16670

How to test the changes?

  • This is a refactoring of components with existing test coverage.

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@github-actions github-actions bot added this to the 23.2 milestone Sep 14, 2023
@davelopez davelopez merged commit 66093e2 into galaxyproject:dev Sep 14, 2023
19 of 21 checks passed
@davelopez davelopez deleted the fix_import_type_warning branch September 14, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants