Skip to content

Commit cb56543

Browse files
bronsolobronsolo
authored andcommitted
gridDelete msg
1 parent 0b116cc commit cb56543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/plotlygrid_aux/helpers/gridmsg.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
errormsg = ['\nOops! Please data input must be a matrix!\n\n'];
2020
case 'gridAppendCols:noGridId'
2121
errormsg = ['\nOops! Please specify a gridId!\n\n'];
22+
case 'gridDelete:noGridId'
23+
errormsg = ['\nOops! Please specify a gridId!\n\n'];
2224
case 'gridAppendCols:invalidInput'
2325
errormsg = ['\nOops! Column input must be a struct!\n\n'];
2426
case 'gridFilename:alreadyExists'

0 commit comments

Comments
 (0)