Skip to content

Commit

Permalink
removed testing file data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducica committed Dec 11, 2023
1 parent 8118b39 commit b47f197
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
import React from "react";
import PropTypes from "prop-types";
import { Table } from "semantic-ui-react";
import { dummyFiles } from "./dummyfiles";
import { i18next } from "@translations/docs_app/i18next";
import { humanReadableBytes } from "./humanReadableBytes";
import { EditFileButton, DeleteFileButton } from "./FileUploaderButtons";
import _truncate from "lodash/truncate";

export const FileUploaderTable = ({
files = dummyFiles,
record,
handleFileDeletion,
}) => {
export const FileUploaderTable = ({ files, record, handleFileDeletion }) => {
return (
files?.length > 0 && (
<Table>
Expand Down

0 comments on commit b47f197

Please sign in to comment.