@mundogamernetwork/shared-ui 1.1.91 → 1.1.92

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": "@mundogamernetwork/shared-ui",
3
- "version": "1.1.91",
3
+ "version": "1.1.92",
4
4
  "description": "Mundo Gamer Network - Shared UI Layer (Nuxt 3)",
5
5
  "type": "module",
6
6
  "main": "./nuxt.config.ts",
@@ -313,7 +313,6 @@ const submitForm = async () => {
313
313
  await submitMaterial({
314
314
  key_request_id: requestId.value,
315
315
  user_id: currentUserId,
316
- status: true,
317
316
  content_types: form.content_types.map((type) => contentTypesMap[type]),
318
317
  material_url: form.material_url,
319
318
  description: form.description,