Merged feature/quartz-scheduler into main

This commit is contained in:
2024-03-29 18:35:41 -05:00
8 changed files with 569 additions and 127 deletions

View File

@ -867,7 +867,7 @@ function RecordView({table, launchProcess}: Props): JSX.Element
}
{
warningMessage ?
<Alert color="warning" sx={{mb: 3}} onClose={() =>
<Alert color="warning" sx={{mb: 3}} icon={<Icon>warning</Icon>} onClose={() =>
{
setWarningMessage(null);
}}>