Skip to content

Commit

Permalink
Merge pull request #30 from chaitanyakole/after_gogle_login
Browse files Browse the repository at this point in the history
Bug #233026 [Admin portal] while updating the tenant name,showing invalid instruction -"Only letters and spaces are allowed".whereas it is accepting the numbers an special characters as well.
  • Loading branch information
Ishan-ttpl authored Jan 30, 2025
2 parents 2f5ead2 + 382c341 commit eb34d5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/AddNewTenant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const AddNewCenters: React.FC<AddLearnerModalProps> = ({

const handleChange = (data: IChangeEvent<any>) => {
setUpdateBtnDisabled(false);
console.log("Form changed:", data.formData);
};

const handleError = (errors: any) => {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/tenant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const Tenant: React.FC = () => {
name: {
"ui:widget": "text",
"ui:placeholder": "Enter your full name",
"ui:help": "Only letters and spaces are allowed.",
"ui:help": "",
},
status: {
"ui:widget": "CustomRadioWidget",
Expand Down

0 comments on commit eb34d5b

Please sign in to comment.