mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Solved the issue with empty secret names
This commit is contained in:
@@ -428,7 +428,7 @@ export default function Dashboard() {
|
||||
if (emptyNameError) {
|
||||
setSaveLoading(false);
|
||||
return createNotification({
|
||||
text: 'You can`t submit empty secret names.',
|
||||
text: 'You can`t have empty secret names.',
|
||||
type: 'error'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user