diff --git a/.changeset/strange-ties-begin.md b/.changeset/strange-ties-begin.md
new file mode 100644
index 0000000000..395fd244da
--- /dev/null
+++ b/.changeset/strange-ties-begin.md
@@ -0,0 +1,5 @@
+---
+"@medusajs/dashboard": patch
+---
+
+Fixed a bug in product attributes form such that it now accepts decimal values
diff --git a/packages/admin/dashboard/src/routes/products/product-attributes/components/product-attributes-form/product-attributes-form.tsx b/packages/admin/dashboard/src/routes/products/product-attributes/components/product-attributes-form/product-attributes-form.tsx
index e2857f9b27..b3f970ed1a 100644
--- a/packages/admin/dashboard/src/routes/products/product-attributes/components/product-attributes-form/product-attributes-form.tsx
+++ b/packages/admin/dashboard/src/routes/products/product-attributes/components/product-attributes-form/product-attributes-form.tsx
@@ -101,6 +101,7 @@ export const ProductAttributesForm = ({
{
const value = e.target.value
@@ -130,6 +131,7 @@ export const ProductAttributesForm = ({
{
const value = e.target.value
@@ -159,6 +161,7 @@ export const ProductAttributesForm = ({
{
const value = e.target.value
@@ -188,6 +191,7 @@ export const ProductAttributesForm = ({
{
const value = e.target.value