error message for no row action name
This commit is contained in:
parent
a31dc00b2f
commit
30b543b6b7
|
@ -66,7 +66,7 @@ export class RowActionStore extends BudiStore<RowActionState> {
|
|||
}
|
||||
|
||||
if (!name) {
|
||||
return
|
||||
throw new Error("Failed to generate a unique name for the row action")
|
||||
}
|
||||
|
||||
// Create the action
|
||||
|
|
Loading…
Reference in New Issue