From 721668a4af97e8e4e183328b7fa655e3a78fd207 Mon Sep 17 00:00:00 2001 From: smb2268 Date: Thu, 23 May 2024 13:00:52 -0400 Subject: [PATCH] remove name from editable fields --- shared-data/pipette/schemas/2/pipettePropertiesSchema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/shared-data/pipette/schemas/2/pipettePropertiesSchema.json b/shared-data/pipette/schemas/2/pipettePropertiesSchema.json index 2e9e15c0a4d..baf97edf7e9 100644 --- a/shared-data/pipette/schemas/2/pipettePropertiesSchema.json +++ b/shared-data/pipette/schemas/2/pipettePropertiesSchema.json @@ -38,7 +38,6 @@ "max": { "type": "number" }, "units": { "type": "string" }, "type": { "type": "string" }, - "name": { "type": "string" }, "displayName": { "type": "string" } } },