Minor admin fixes

This commit is contained in:
Frikky
2023-11-08 19:28:05 +01:00
parent cf4aa71f80
commit 96b570c859
3 changed files with 6 additions and 7 deletions
+4 -4
View File
@@ -327,9 +327,9 @@ const Billing = (props) => {
style: { style: {
pointerEvents: "auto", pointerEvents: "auto",
color: "white", color: "white",
minWidth: 650, minWidth: 750,
padding: 30, padding: 30,
maxHeight: 600, maxHeight: 700,
overflowY: "auto", overflowY: "auto",
overflowX: "hidden", overflowX: "hidden",
zIndex: 10012, zIndex: 10012,
@@ -353,10 +353,10 @@ const Billing = (props) => {
<CloseIcon style={{ color: "white" }} /> <CloseIcon style={{ color: "white" }} />
</IconButton> </IconButton>
</Tooltip> </Tooltip>
<DialogTitle id="form-dialog-title">Sign EULA</DialogTitle> <DialogTitle id="form-dialog-title">Read and Accept the EULA</DialogTitle>
<DialogContent> <DialogContent>
<TextField <TextField
rows={13} rows={17}
multiline multiline
fullWidth fullWidth
InputProps={{ InputProps={{
+2 -2
View File
@@ -2428,7 +2428,7 @@ Let me know if you're interested, or set up a call here: https://drift.me/${user
renderValue={(selected) => selected.join(', ')} renderValue={(selected) => selected.join(', ')}
MenuProps={MenuProps} MenuProps={MenuProps}
> >
{["contacted", "lead", "pov", "demo done", "customer", "open source", "student", "internal", "old customer", "creator", "tech partner"].map((name) => ( {["contacted", "lead", "demo done", "pov", "customer", "open source", "student", "internal", "old customer", "creator", "tech partner"].map((name) => (
<MenuItem key={name} value={name}> <MenuItem key={name} value={name}>
<Checkbox checked={selectedStatus.indexOf(name) > -1} /> <Checkbox checked={selectedStatus.indexOf(name) > -1} />
<ListItemText primary={name} /> <ListItemText primary={name} />
@@ -2544,7 +2544,7 @@ Let me know if you're interested, or set up a call here: https://drift.me/${user
/> />
<Tab <Tab
label=<span> label=<span>
Licensing (Beta) Licensing
</span> </span>
/> />
<Tab <Tab
-1
View File
@@ -1660,7 +1660,6 @@ const Apps = (props) => {
refine(event.currentTarget.value) refine(event.currentTarget.value)
}} }}
limit={5}
/> />
{/*isSearchStalled ? 'My search is stalled' : ''*/} {/*isSearchStalled ? 'My search is stalled' : ''*/}
</form> </form>