Skip to content

Conversation

HoonBaek
Copy link
Contributor

@HoonBaek HoonBaek commented Dec 8, 2022

For Internal Contributors

UIKIT-2666

Description Of Changes

Set the type definition of messageSearchQuery to MessageSearchQueryParams

Types Of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply_

  • Bugfix
  • New feature
  • Documentation (correction or otherwise)
  • Cosmetics (whitespace, appearance (ex) Prettier)
  • Build configuration
  • Improvement (refactor code)

@HoonBaek HoonBaek requested a review from sravan-s December 8, 2022 01:06
@HoonBaek HoonBaek self-assigned this Dec 8, 2022
selectedMessageId: number;
setSelectedMessageId: React.Dispatch<React.SetStateAction<number>>;
messageSearchDispatcher: ({ type: string, payload: any }) => void;
messageSearchDispatcher: (props: { type: string, payload: any }) => void;
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@HoonBaek HoonBaek merged commit 064f369 into main Dec 8, 2022
@HoonBaek HoonBaek deleted the fix/UIKIT-2666/Set-type-definition-to-MessageSearchQueryParams branch December 8, 2022 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants