Fixed class override issue (#533)
This commit is contained in:
@@ -249,7 +249,7 @@ const ListObjects = ({
|
||||
xhr.open("POST", uploadUrl, true);
|
||||
|
||||
xhr.withCredentials = false;
|
||||
xhr.onload = function(event) {
|
||||
xhr.onload = function (event) {
|
||||
if (
|
||||
xhr.status === 401 ||
|
||||
xhr.status === 403 ||
|
||||
|
||||
@@ -59,7 +59,7 @@ const styles = (theme: Theme) =>
|
||||
createStyles({
|
||||
root: {
|
||||
display: "flex",
|
||||
"& .MuiPaper-root": {
|
||||
"& .MuiPaper-root.MuiSnackbarContent-root": {
|
||||
borderRadius: "0px 0px 15px 15px",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user