fix: added name verification to avoid creating blank dashboard name (#171)

This commit is contained in:
WD
2022-10-17 21:25:59 +08:00
committed by GitHub
parent 9f57e35119
commit 77d189cdfb
4 changed files with 7 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ const msg = {
showXAxis: "Show X Axis",
showYAxis: "Show Y Axis",
nameError: "The dashboard name cannot be duplicate",
nameEmptyError: "The dashboard name cannot be empty",
showGroup: "Show Group",
noRoot: "Please set a root dashboard for",
noWidget: "Please add widgets.",