Skip to content

Commit

Permalink
Merge pull request #164 from data-to-insight/feat/combined-provider-t…
Browse files Browse the repository at this point in the history
…ables

Feat/combined provider tables
  • Loading branch information
tab1tha authored Oct 10, 2023
2 parents f885f6c + 09bf789 commit 5ca93fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div
id="root"
data-wheelPath="/bin/dist/csc_validator_be_cin-0.1.3-py3-none-any.whl"
data-tool="ToolCIN"
data-tool="ToolCIN"
></div>
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/loadData/LoadData903.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const LoadData903 = (props: LoadDataViewProps) => {
</Typography>
<Grid container spacing={2}>
<Grid item xs={6}>
<Typography variant='body1'>Children's homes list</Typography>
<Typography variant='body1'>Combined provider table or Children's homes list </Typography>
<Uploader
onUploadReady={(files: any) => {
fileDispatch({
Expand Down

0 comments on commit 5ca93fa

Please sign in to comment.