refactor(web): replace CRA with Vite
This commit is contained in:
@@ -39,7 +39,9 @@ function DeleteApiTokenButton(props) {
|
||||
},
|
||||
},
|
||||
);
|
||||
} catch {}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
}
|
||||
}, [deleteApiToken]);
|
||||
|
||||
const handleClose = () => {
|
||||
|
||||
Reference in New Issue
Block a user