mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fixed the bug of wrong data structure
This commit is contained in:
@@ -228,7 +228,7 @@ export const ProjectSettingsPage = () => {
|
||||
text: 'Successfully created a tag',
|
||||
type: 'success'
|
||||
});
|
||||
return res?.data?.name;
|
||||
return res.name;
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
createNotification({
|
||||
|
||||
Reference in New Issue
Block a user