Fix more build errors
This commit is contained in:
parent
1bdc1e60db
commit
30ce47826f
61 changed files with 1161 additions and 541 deletions
|
|
@ -182,7 +182,7 @@ const VerificationCodeRequest = ({
|
|||
onFailure,
|
||||
});
|
||||
})();
|
||||
}, []);
|
||||
}, [data.id, onFailure, onSuccess, verifyMode]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
@ -409,7 +409,7 @@ const VerificationCodeDialog = (props: any) => {
|
|||
);
|
||||
};
|
||||
|
||||
const SignalBotShowActions = ({ basePath, data }: any) => {
|
||||
const SignalBotShowActions = ({ data }: any) => {
|
||||
const [open, setOpen] = React.useState(false);
|
||||
const [verifyMode, setVerifyMode] = React.useState("");
|
||||
const refresh = useRefresh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue