Removed app sdk debug prints

This commit is contained in:
frikky
2021-08-02 21:40:40 +02:00
parent c75975d7bd
commit a6a18acd3c
6 changed files with 44 additions and 31 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ const Header = props => {
}}
value={userdata.active_org.id}
fullWidth
style={{backgroundColor: theme.palette.surfaceColor, marginRight: 15, color: "white", height: 50, width: 200}}
style={{marginTop: 5, backgroundColor: theme.palette.surfaceColor, marginRight: 15, color: "white", height: 50, width: 200}}
onChange={(e) => {
handleClickChangeOrg(e.target.value)
}}