fix(admin-ui): Gift Card manage page (#3532)
**What** - Updates GC manage page to use product page sections - Revamps Denomination section - Updates the location of several components to reflect that they are now shared between the GC and products domain   Resolves CORE-1089
This commit is contained in:
committed by
GitHub
parent
3171b0e518
commit
bfef22b33e
@@ -2,6 +2,7 @@ import clsx from "clsx"
|
||||
import React, { useImperativeHandle } from "react"
|
||||
|
||||
import CheckIcon from "../../fundamentals/icons/check-icon"
|
||||
import MinusIcon from "../../fundamentals/icons/minus-icon"
|
||||
|
||||
type IndeterminateCheckboxProps = {
|
||||
type?: "checkbox" | "radio"
|
||||
@@ -66,6 +67,7 @@ const IndeterminateCheckbox = React.forwardRef<
|
||||
>
|
||||
<span className="self-center">
|
||||
{checked && <CheckIcon size={16} />}
|
||||
{indeterminate && <MinusIcon size={16} />}
|
||||
</span>
|
||||
</div>
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user