fix(dashboard): Shipping Type tooltip (#8042)
This commit is contained in:
committed by
GitHub
parent
2b2e2fbb3d
commit
880a91d569
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user