Skip to content

Commit

Permalink
Merge branch 'update-create-dandiset' of https://github.com/Neurodata…
Browse files Browse the repository at this point in the history
…WithoutBorders/nwb-guide into update-create-dandiset
  • Loading branch information
garrettmflynn committed Mar 9, 2024
2 parents d5f6cdc + b2ab5b6 commit b65dee2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ export class GuidedInspectorPage extends Page {
const items = this.report.messages;
const list = new InspectorList({ items, emptyMessage });
return list
return new InspectorList({ items, emptyMessage });
}
const path = getSharedPath(fileArr.map(({ info }) => info.file));
Expand Down

0 comments on commit b65dee2

Please sign in to comment.