Skip to content

Commit 0c0078a

Browse files
bronsolobronsolo
authored andcommitted
metadata msgs
1 parent e668eda commit 0c0078a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plotly/plotlygrid_aux/helpers/gridmsg.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
errormsg = ['\nOops! Please specify a gridId!\n\n'];
2222
case 'gridDelete:noGridId'
2323
errormsg = ['\nOops! Please specify a gridId!\n\n'];
24+
case 'gridMeta:noGridId'
25+
errormsg = ['\nOops! Please specify a gridId!\n\n'];
26+
case 'gridMeta:noMetaData'
27+
errormsg = ['\nOops! No meta data found!\n\n'];
2428
case 'gridAppendCols:invalidInput'
2529
errormsg = ['\nOops! Column input must be a struct!\n\n'];
2630
case 'gridFilename:alreadyExists'

0 commit comments

Comments
 (0)