From d4cdd4fff1a399d1a55da882799f9c18651d6ec3 Mon Sep 17 00:00:00 2001 From: Bianca Date: Tue, 17 Sep 2024 20:12:16 -0600 Subject: [PATCH] Updated Interaction3.json and package.json --- frontend/components/Viewing/PageJSON/Types/Interaction3.json | 2 +- frontend/package.json | 1 + frontend/public/commitHash.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/components/Viewing/PageJSON/Types/Interaction3.json b/frontend/components/Viewing/PageJSON/Types/Interaction3.json index 68cf5420..2d358f05 100644 --- a/frontend/components/Viewing/PageJSON/Types/Interaction3.json +++ b/frontend/components/Viewing/PageJSON/Types/Interaction3.json @@ -34,7 +34,7 @@ "tables": [ { "title": "Participations", - "rootPredicate": "sbol:participation", + "rootPredicate": "sbol:hasParticipation", "icon": "faPeopleArrows", "sections": [ { diff --git a/frontend/package.json b/frontend/package.json index eb421832..db8cb2d1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,6 +4,7 @@ "private": true, "scripts": { "dev": "NODE_OPTIONS=--openssl-legacy-provider node customDev.js", + "windowsdev": "node customDev.js", "build": "next build", "start": "next start -p 3333", "lint": "eslint '*/**/*.{js,jsx}'", diff --git a/frontend/public/commitHash.txt b/frontend/public/commitHash.txt index eeae27fb..467ced9c 100644 --- a/frontend/public/commitHash.txt +++ b/frontend/public/commitHash.txt @@ -1 +1 @@ -5af31bb4414db276ba10fd44d4d6847dc521bcb8 \ No newline at end of file +18bc537fa82c0fafdfb178601ba7d61d19c0fe9b \ No newline at end of file