@@ -221,6 +221,9 @@
}
function createActions(record: EditRecordRow): ActionItem[] {
+ if (record.id <= 9) {
+ return [];
+ }
return [
{
label: '',