Added 404 page

This commit is contained in:
Frikky
2024-12-02 18:35:28 +01:00
parent 022c3ae552
commit d936cc0b35
8 changed files with 307 additions and 121 deletions
+9 -12
View File
@@ -2378,14 +2378,14 @@ const ParsedAction = (props) => {
return newname;
}}
fullWidth
sx={{
'& .MuiOutlinedInput-root': {
height: 40, // Adjust the input height
},
'& .MuiAutocomplete-input': {
padding: '8px', // Adjust the text padding
},
}}
sx={{
'& .MuiOutlinedInput-root': {
height: 40, // Adjust the input height
},
'& .MuiAutocomplete-input': {
padding: '8px', // Adjust the text padding
},
}}
style={{
backgroundColor: theme.palette.backgroundColor,
@@ -2530,10 +2530,7 @@ const ParsedAction = (props) => {
color="primary"
id="checkbox-search"
variant="body1"
style={{
backgroundColor: theme.palette.platformColor,
borderRadius: theme.palette?.borderRadius,
}}
style={theme.palette.textFieldStyle}
label={isIntegration ? "Choose a category" : "Find Actions"}
variant="outlined"
name={`disable_autocomplete_${Math.random()}`}