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

Merge pull request #499 from metabase/fix_dash_perm_options

remove old permission option for "public read-write"
parents 83ca97d5 d4d018ad
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