chore: remove comment
This commit is contained in:
@@ -126,12 +126,6 @@ const APIKeys: React.FC = () => {
|
|||||||
const handleModalOk = async () => {
|
const handleModalOk = async () => {
|
||||||
try {
|
try {
|
||||||
await fetchData();
|
await fetchData();
|
||||||
// setOpenAddModal({
|
|
||||||
// open: false,
|
|
||||||
// title: '',
|
|
||||||
// action: PageAction.CREATE,
|
|
||||||
// currentData: null
|
|
||||||
// });
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user