- implemented root manager functionality;

This commit is contained in:
Vitalii Kiiko
2026-03-25 14:21:31 +01:00
parent 6eea331530
commit cc847b5e48
7 changed files with 389 additions and 11 deletions

View File

@@ -117,7 +117,7 @@ const ManageApplStatusSection = () => {
hideStatusDialog();
}
const errCallback = () => {
const errCallback = (resp) => {
if (toast.current) {
toast.current.show({
severity: 'error',