add webhook gitea
This commit is contained in:
parent
9f33979f5c
commit
f9af523954
|
|
@ -1210,12 +1210,9 @@ const TestDevice = ({ socket, user }) => {
|
||||||
// if (data.type === "input") {
|
// if (data.type === "input") {
|
||||||
setIsLoading();
|
setIsLoading();
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// toast.success("update command")
|
|
||||||
});
|
});
|
||||||
}, [socket]);
|
}, [socket]);
|
||||||
console.log(listTestAuto);
|
console.log(listTestAuto);
|
||||||
// console.log(listDeviceOff);
|
|
||||||
//Update list line run
|
//Update list line run
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
let temp = [];
|
let temp = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue