Skip to content

Commit 5c23ad3

Browse files
committed
fix: update lockfile to @meshery/schemas 1.0.4 and correct comment
Update package-lock.json to resolve @meshery/schemas@1.0.4 matching package.json, and fix misleading comment on editWorkspace schema. Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent bfde137 commit 5c23ad3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/schemas/createAndEditWorkspace/schema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const createAndEditWorkspace = {
3838
};
3939

4040
/**
41-
* Edit workspace schema - name is optional per WorkspaceUpdatePayload
41+
* Edit workspace schema - name is optional (derived from WorkspacePayload with relaxed requirements)
4242
*/
4343
const editWorkspace = {
4444
...createAndEditWorkspace,

0 commit comments

Comments
 (0)