Cleanup comments API Key V2

This commit is contained in:
Tuan Dang
2023-10-23 12:18:44 +01:00
parent b32b19bcc1
commit 827d5b25c2
2 changed files with 1 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ export const createAPIKeyData = async (req: Request, res: Response) => {
}
/**
* Update API key data v2 with id [apiKeyDataId]
* Delete API key data v2 with id [apiKeyDataId]
* @param req
* @param res
*/

View File

@@ -31,8 +31,6 @@ type Props = {
handlePopUpToggle: (popUpName: keyof UsePopUpState<["apiKeyV2"]>, state?: boolean) => void;
};
// TODO: copy to clipboard stuff
export const APIKeyV2Modal = ({
popUp,
handlePopUpToggle