Skip to content

Commit

Permalink
- checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Dec 13, 2023
1 parent 1d01387 commit 5a6935a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.dev.vector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ services:
start_period: 10s
web:
container_name: web_dock
image: xchem/fragalysis-stack:latest
# image: alanbchristie/fragalysis-backend:1187.3
# image: xchem/fragalysis-stack:latest
image: alanbchristie/fragalysis-backend:1187.3
# image: boriskovarm2ms/fragalysis-stack:experiment2
# image: kaliif/fragalysis-backend:latest
command: /bin/bash /code/launch-stack.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ const ObservationCmpView = memo(
};

const [loadingVector, setLoadingVector] = useState(false);

const onVector = () => {
setLoadingVector(true);
if (isVectorOn === false) {
Expand Down

0 comments on commit 5a6935a

Please sign in to comment.