diff options
author | Ashutosh Bishnoi <mail2bishnoi@gmail.com> | 2021-01-07 17:06:20 +0530 |
---|---|---|
committer | Ashutosh Bishnoi <mail2bishnoi@gmail.com> | 2021-01-07 17:06:20 +0530 |
commit | e3ead466abdb03c5f1eb5d3979ad286d38ac95cb (patch) | |
tree | cdad1611572a9da78c79f41894f32294136fbf92 /modern/src/settings/ComputedAttributePage.js | |
parent | a87f06b4cb10014b431e0a3ea8d6ba1da5a02fc1 (diff) | |
download | trackermap-web-e3ead466abdb03c5f1eb5d3979ad286d38ac95cb.tar.gz trackermap-web-e3ead466abdb03c5f1eb5d3979ad286d38ac95cb.tar.bz2 trackermap-web-e3ead466abdb03c5f1eb5d3979ad286d38ac95cb.zip |
Hiding add computed attribute button for non admin users
Diffstat (limited to 'modern/src/settings/ComputedAttributePage.js')
-rw-r--r-- | modern/src/settings/ComputedAttributePage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modern/src/settings/ComputedAttributePage.js b/modern/src/settings/ComputedAttributePage.js index 7ff9511f..73759fab 100644 --- a/modern/src/settings/ComputedAttributePage.js +++ b/modern/src/settings/ComputedAttributePage.js @@ -2,7 +2,6 @@ import React, { useState } from 'react'; import { Accordion, AccordionSummary, AccordionDetails, makeStyles, Typography, FormControl, InputLabel, MenuItem, Select, TextField } from "@material-ui/core"; import t from '../common/localization'; import EditItemView from '../EditItemView'; - import ExpandMoreIcon from '@material-ui/icons/ExpandMore'; import positionAttributes from '../attributes/positionAttributes'; |