Skip to content

Commit

Permalink
Merge pull request #72 from Staketab/dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
VitalikKarpuk authored May 6, 2024
2 parents c7526a4 + b2eb18a commit 6503d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/components/molecules/modals/uploadModal/uploadModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const UploadModal = ({

return (
<div className={style.wrapper}>
<div>Upload Source Code</div>
<div>Upload Image</div>
<FileInput
onChange={handleChange}
placeholder={file?.name || "Choose File"}
Expand Down
2 changes: 1 addition & 1 deletion ui/components/organisms/accountConent/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ScoringConfig: TableConfig[] = [
fields: {
value: "Manage",
url: 'id',
parentPage: 'names',
parentPage: 'name',
status: 'domainStatus'
},
},
Expand Down

0 comments on commit 6503d10

Please sign in to comment.