Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
fix(item bank): add logic to clear revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoelcke committed Nov 22, 2018
1 parent 13e5e4a commit 6f160f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ItemBank/ItemBankContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ export class ItemBankContainer extends React.Component<
items: [{}],
previousItem: undefined,
nextItem: undefined,
currentItem: undefined
currentItem: undefined,
revisions: { kind: "none" }
});
};

Expand Down

0 comments on commit 6f160f0

Please sign in to comment.