Skip to content

Commit

Permalink
step 1: update existing file to have same name, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Dec 8, 2023
1 parent c7c45fd commit 0453bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NextJSApp/frontend/components/validationtable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function DisplayErrorTable({fileName, fileData, errorMessage}: DisplayErr
/**
* Shows a data table with the possibility of showing errors.
*/
export function ValidationErrorTable({uploadedData, errorMessage, headers,}: ValidationTableProps) {
export function ValidationTable({uploadedData, errorMessage, headers,}: ValidationTableProps) {
let tempData: { fileName: string; data: DataStructure[] }[] = [];
const initState: { fileName: string; data: DataStructure[] }[] = [];
const [data, setData] = useState(initState);
Expand Down

0 comments on commit 0453bb7

Please sign in to comment.