Skip to content

Commit 01631b6

Browse files
Merge pull request #94 from copilot-platforms/OUT-2110
OUT-211: Hide create product link
2 parents 66448f0 + 491410e commit 01631b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/dashboard/settings/sections/product/ProductMappingTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ export default function ProductMappingTable({
248248
<tr className="text-center">
249249
<td colSpan={3} className="py-11">
250250
Start by creating a product in Copilot.
251-
<a href="#" className="ms-2 text-blue-300">
251+
{/* <a href="#" className="ms-2 text-blue-300">
252252
Create Product
253-
</a>
253+
</a> */}
254254
</td>
255255
</tr>
256256
)}

0 commit comments

Comments
 (0)