fix(dashboard): Shipping Type tooltip (#8042)

This commit is contained in:
Kasper Fabricius Kristensen
2024-07-09 17:08:38 +02:00
committed by GitHub
parent 2b2e2fbb3d
commit 880a91d569
2 changed files with 2 additions and 2 deletions

View File

@@ -1031,7 +1031,7 @@
"successToast": "Shipping profile {{name}} was successfully deleted."
},
"tooltip": {
"type": "Enter shipping profile type, for example: Express, Freight, etc."
"type": "Enter shipping profile type, for example: Heavy, Oversized, Freight-only, etc."
}
},
"discounts": {

View File

@@ -6,6 +6,7 @@ import { useMemo } from "react"
import { useTranslation } from "react-i18next"
import { Link, Outlet, useLoaderData } from "react-router-dom"
import { HttpTypes } from "@medusajs/types"
import { ActionMenu } from "../../../../../components/common/action-menu"
import { DataTable } from "../../../../../components/table/data-table"
import {
@@ -17,7 +18,6 @@ import { useProductTableFilters } from "../../../../../hooks/table/filters/use-p
import { useProductTableQuery } from "../../../../../hooks/table/query/use-product-table-query"
import { useDataTable } from "../../../../../hooks/use-data-table"
import { productsLoader } from "../../loader"
import { HttpTypes } from "@medusajs/types"
const PAGE_SIZE = 20