Update DetailDevice component to set 'listen_channel' to null and modify NotificationDetailTab to enhance the display of spare part reminders and update the title from 'Error Notification Detail' to 'Notification Detail'.

This commit is contained in:
2026-04-29 17:38:38 +07:00
parent 33b847d3e5
commit 3fe5fbef31
2 changed files with 212 additions and 63 deletions

View File

@@ -36,7 +36,7 @@ const DetailDevice = (props) => {
device_description: '',
ip_address: '',
reminder_at: null,
listen_channel: '',
listen_channel: null,
};
const [formData, setFormData] = useState(defaultData);