error message for no row action name

This commit is contained in:
Peter Clement 2025-01-06 13:35:00 +00:00
parent a31dc00b2f
commit 30b543b6b7
1 changed files with 1 additions and 1 deletions

View File

@ -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