Update widgetInputs.js

Naming convention updates
This commit is contained in:
WAS 2023-03-27 01:35:59 -07:00 committed by GitHub
parent 5db28f1c54
commit 7be83f01e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -357,6 +357,6 @@ app.registerExtension({
title: "Primitive",
})
);
PrimitiveNode.category = "utils";
PrimitiveNode.category = "Utilities";
},
});