maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

[CodesplainAppBar] Fix bug with selected org not being reset #530

Closed solkaz closed 7 years ago

solkaz commented 7 years ago

Description

Fixes issue with the selectedOrg not being reset to the user when creating a new snippet by dispatching an action to switch the selectedOrg value to the user's account

Motivation and Context

Fixes #529

Checklist:

Browsers