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 SimpleFormIterator Labels #7641

Merged
merged 4 commits into from
May 5, 2022
Merged

Conversation

djhi
Copy link
Contributor

@djhi djhi commented May 5, 2022

Fixes #7631

@djhi djhi added the RFR Ready For Review label May 5, 2022
@djhi djhi added this to the 4.0.3 milestone May 5, 2022
@vercel vercel bot temporarily deployed to Preview – react-admin May 5, 2022 08:38 Inactive
@@ -11,7 +11,8 @@ import {
} from 'react';
import { Typography } from '@mui/material';
import clsx from 'clsx';
import { RaRecord } from 'ra-core';
import { getFieldLabelTranslationArgs, RaRecord, useTranslate } from 'ra-core';
import inflection from 'inflection';
Copy link
Member

Choose a reason for hiding this comment

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

Linter warning

@slax57
Copy link
Contributor

slax57 commented May 5, 2022

This fixes #7631 rather, doesn't it?

@fzaninotto fzaninotto merged commit a6dd50c into master May 5, 2022
@fzaninotto fzaninotto deleted the fix-simple-form-iterator-labels branch May 5, 2022 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArrayInput>SimpleFormIterator labels not working
3 participants