Skip to content
Snippets Groups Projects
Commit d4d018ad authored by Allen Gilliland's avatar Allen Gilliland
Browse files

remove old permission option for "public read-write"

parent 83ca97d5
Branches
Tags
No related merge requests found
......@@ -144,8 +144,7 @@ export default React.createClass({
// TODO: hard coding values :(
var privacyOptions = [
(<option key="0" value={0}>Private</option>),
(<option key="1" value={1}>Others can read</option>),
(<option key="2" value={2}>Others can modify</option>)
(<option key="1" value={1}>Public (Others can read)</option>)
];
var formError;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment