Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Urlimportbug #676

Merged
merged 2 commits into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { downloadFiles } from '../../../../redux/actions';

import { faDownload, faTrashAlt } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { getAfterThirdSlash } from '../../ViewHeader.js';

const { publicRuntimeConfig } = getConfig();
import getConfig from 'next/config';
Expand All @@ -31,7 +32,7 @@ export default function AttachmentRows(properties) {
const [attachments, setAttachments] = useState(properties.attachments.map(attachment => ({
...attachment,
processedTopLevel: attachment.topLevel // Initialize with topLevel
})));
})));

//There are attachments from the parent but they haven't been added to the state yet.
if (attachmentInfo === undefined && properties.attachments.length > 0)
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/commitHash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
530ea786424d2c7c88e0302a2930132f29c79883
6238315c3165b4b56b39662e692e283f325ee006
Loading