Is your feature request related to a problem?
Dataset upload state is not cleared upon logout, allowing the next user from a different organization to see the previous session's data. This leads to confusion and potential data exposure between users.
To Reproduce
- Log in as a user in Organization 1.
- Go to Datasets → Upload Dataset.
- Select a CSV, enter a name, set a duplication factor (e.g.
5).
- Log out.
- Log in as a user in Organization 2 and open the Datasets / Upload screen.
- The previous session’s file, name, and duplication factor (and dataset list) are still shown.
Expected behavior
After logout, all dataset state is cleared. Org 2 starts fresh — no pre-filled file, name, or duplication factor, and only Org 2’s datasets are visible.
Is your feature request related to a problem?
Dataset upload state is not cleared upon logout, allowing the next user from a different organization to see the previous session's data. This leads to confusion and potential data exposure between users.
To Reproduce
5).Expected behavior
After logout, all dataset state is cleared. Org 2 starts fresh — no pre-filled file, name, or duplication factor, and only Org 2’s datasets are visible.