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

Omit onOk from BAIModalProps instead of onOK #2384

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

agatha197
Copy link
Contributor

@agatha197 agatha197 commented Apr 29, 2024

TL;DR

This change fixes the inconsistency in the props of EndpointTokenGenerationModal.tsx.

What changed?

Property 'onOK' is corrected to 'onOk' in EndpointTokenGenerationModal.tsx.

How to test?

Pull the changes, and verify the property in the EndpointTokenGenerationModal.tsx component.

Why make this change?

The change was necessary to align with the correct property name and prevent potential prop related issues.


Checklist: (if applicable)

  • Mention to the original issue
  • Documentation
  • Minium required manager version
  • Specific setting for review (eg., KB link, endpoint or how to setup)
  • Minimum requirements to check during review
  • Test case(s) to demonstrate the difference of before/after

Copy link
Contributor Author

agatha197 commented Apr 29, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @agatha197 and the rest of your teammates on Graphite Graphite

@github-actions github-actions bot added the size:XS ~10 LoC label Apr 29, 2024
@agatha197 agatha197 marked this pull request as ready for review April 29, 2024 07:48
Base automatically changed from bugfix/model-serving-setting-modal to main April 29, 2024 08:00
Copy link
Contributor Author

agatha197 commented Apr 29, 2024

Merge activity

  • Apr 29, 4:07 AM EDT: Graphite rebased this pull request as part of a merge.
  • Apr 29, 4:08 AM EDT: @agatha197 merged this pull request with Graphite.

@agatha197 agatha197 merged commit 8ab6072 into main Apr 29, 2024
5 checks passed
@agatha197 agatha197 deleted the fix/onOk-props-typo-error branch April 29, 2024 08:08
Copy link

Coverage report for ./react

St.
Category Percentage Covered / Total
🔴 Statements 2.99% 118/3942
🔴 Branches 3.25% 87/2674
🔴 Functions 1.45% 19/1307
🔴 Lines 2.95% 114/3865

Test suite run success

32 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from a11aa70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS ~10 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants