datajunction-ui 0.0.1-a34 → 0.0.1-a35.dev0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datajunction-ui",
3
- "version": "0.0.1a34",
3
+ "version": "0.0.1-a35.dev0",
4
4
  "description": "DataJunction Metrics Platform UI",
5
5
  "module": "src/index.tsx",
6
6
  "repository": {
@@ -145,7 +145,7 @@ export function AddEditNodePage() {
145
145
  );
146
146
  const tagsResponse = await djClient.tagsNode(
147
147
  values.name,
148
- values.tags.map(tag => tag.name),
148
+ values.tags.map(tag => tag),
149
149
  );
150
150
  if ((status === 200 || status === 201) && tagsResponse.status === 200) {
151
151
  setStatus({