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(Table): use default arg #1230

Closed
wants to merge 1 commit into from
Closed

fix(Table): use default arg #1230

wants to merge 1 commit into from

Conversation

ogonkov
Copy link
Contributor

@ogonkov ogonkov commented Dec 27, 2023

No description provided.

@gravity-ui-bot
Copy link
Contributor

Playwright Test Component is ready.

@@ -560,9 +560,9 @@ export class Table<I extends TableDataItem = Record<string, string>> extends Rea
}

private getCellStyles(
columnStyles: React.CSSProperties | undefined,
columnStyles: React.CSSProperties | undefined = {},
Copy link
Contributor

Choose a reason for hiding this comment

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

undefined type is not needed then

@ogonkov
Copy link
Contributor Author

ogonkov commented Dec 28, 2023

False start

@ogonkov ogonkov closed this Dec 28, 2023
@amje amje deleted the fix/table/default_val branch July 16, 2024 15:55
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