diff options
author | Lauren Choi <laurenchoi@gmail.com> | 2021-11-04 14:20:58 -0400 |
---|---|---|
committer | Lauren Choi <laurenchoi@gmail.com> | 2021-11-04 14:20:58 -0400 |
commit | 6a8eee54689f4bbe24c884895e0d2af1f06c4aad (patch) | |
tree | 483e69f6af9b0ed2eed626f98f3ca61cce8d5e5e /src/client/views/PropertiesView.tsx | |
parent | d8fa6bd455bcb0c4b42fa5409a8e6340927aaaff (diff) |
change color of line, remove input
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 301936219..d65db3a6b 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -1157,11 +1157,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { </div> <div className="propertiesView-section"> <p className="propertiesView-label">Information</p> - <div className="propertiesView-input first" id="propertiesView-label"> - <p>Label</p> - <input className="text" type="text" /> - </div> - <div className="propertiesView-input" id="propertiesView-category"> + <div className="propertiesView-input first" id="propertiesView-category"> <p>Category</p> <input className="text" type="text" /> </div> |