Merge for 2.2.0 release

This commit is contained in:
Frikky
2026-02-10 13:29:26 +01:00
parent 487927da3e
commit f51848fe65
64 changed files with 12124 additions and 2657 deletions
+2 -2
View File
@@ -972,7 +972,7 @@ const GettingStarted = (props) => {
const [open, setOpen] = React.useState(false);
const [anchorEl, setAnchorEl] = React.useState(null);
var boxColor = "#FECC00";
var boxColor = "#FFC633";
if (data.is_valid) {
boxColor = "#86c142";
}
@@ -1562,7 +1562,7 @@ const GettingStarted = (props) => {
renderCell: (params) => {
const data = params.row.record;
var boxColor = "#FECC00";
var boxColor = "#FFC633";
if (data.is_valid) {
boxColor = "#86c142";
}