CEC-4499: add bulk update configs support (#357)
* add taskRunner util * add bulk update config flow
This commit is contained in:
@@ -302,6 +302,11 @@ const useStyles = makeStyles((theme) => ({
|
||||
width: "100%",
|
||||
padding: "16px 0",
|
||||
backgroundColor: "#fafafa",
|
||||
},
|
||||
actionsBar: {
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
gap: "12px",
|
||||
}
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user