Skip to content

Commit

Permalink
Modify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanleehao committed Nov 10, 2023
1 parent 2c919c5 commit 982ca9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design/src/input/InputPassword/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Password: CompoundedComponent = ({
const { locale: contextLocale = defaultLocale } = React.useContext<ConfigConsumerProps>(
ConfigProvider.ConfigContext
);
// ts-ignore
// @ts-ignore
const passwordLocale: PasswordLocale = { ...contextLocale?.Input.Password, ...customLocale };

const [fieldError, setFieldError] = useState<string[]>([]);
Expand Down

0 comments on commit 982ca9b

Please sign in to comment.