Skip to content

Commit

Permalink
Update NWB explorer, dialog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Nov 14, 2023
1 parent ec8e585 commit ac540c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/nwb-explorer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:15 as clone
ENV BRANCH_TAG="osb2"
ENV REPO=https://github.com/MetaCell/nwb-explorer.git
RUN echo "cache 2023-11-10"
RUN echo "cache 2023-11-14"
RUN git clone $REPO -b $BRANCH_TAG
RUN rm -Rf .git

Expand Down
4 changes: 2 additions & 2 deletions applications/osb-portal/src/pages/RepositoryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -468,12 +468,12 @@ export const RepositoryPage = (props: any) => {
</OSBDialog>

{/* Confirm to user if workspace creation/modification was successful */}
<WorkspaceConfirmDialog
{ createdWorkspaceConfirmationContent.showConfirmationDialog && <WorkspaceConfirmDialog
setChecked={setChecked}
createdWorkspaceConfirmationContent={createdWorkspaceConfirmationContent}
workspaceLink={workspaceLink}
handleCloseConfirmationDialog={handleCloseConfirmationDialog}
/>
/> }
</>
);
};
Expand Down

0 comments on commit ac540c4

Please sign in to comment.