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: fix issues #624

Merged
merged 3 commits into from
Aug 25, 2023
Merged

fix: fix issues #624

merged 3 commits into from
Aug 25, 2023

Conversation

hetao92
Copy link
Contributor

@hetao92 hetao92 commented Aug 25, 2023

What type of PR is this?

  • bug
  • feature
  • enhancement

What problem(s) does this PR solve?

Issue(s) number:

Description:

How do you solve it?

Special notes for your reviewer, ex. impact of this fix, design document, etc:

data={data[idKey]}
multipleMode={true}
>
{!data[idKey] || data[idKey].length === 0
Copy link
Contributor

Choose a reason for hiding this comment

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

!data[idKey]?.length

Copy link
Contributor

@huaxiabuluo huaxiabuluo left a comment

Choose a reason for hiding this comment

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

LGTM

@huaxiabuluo huaxiabuluo merged commit 577a2d8 into vesoft-inc:master Aug 25, 2023
@hetao92 hetao92 deleted the hetao-dev branch August 28, 2023 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment