instant-harlequinI
Refine2y ago
19 replies
instant-harlequin

Convert to url

how to convert a filed data to url: exemple: I wanto to convert the "image"in url
const { data: imageCheck, isLoading } = useOne<IWorkers>({
resource: "workers",
id: params.id,
liveMode: "off",
meta: {
populate: ["image"],
},
});

const { image, id } =
imageCheck?.data ?? {};
Was this page helpful?