clean code master plant sub section and master device

This commit is contained in:
2025-10-21 20:26:05 +07:00
parent 55213480c9
commit 4bd0348a2a
24 changed files with 521 additions and 2460 deletions

View File

@@ -16,6 +16,7 @@ const NotifOk = ({ icon, title, message }) => {
icon: icon,
title: title,
text: message,
html: message.replace(/\n/g, '<br/>'),
});
};