change label props

Signed-off-by: Prasetya Aria Wibawa <prasetya.wibawa@grabtaxi.com>
This commit is contained in:
Prasetya Aria Wibawa
2022-02-17 08:59:53 +07:00
parent b0dcb1289f
commit 8e9ddcc5f0
@@ -109,7 +109,7 @@ export const OwnershipCard = ({
: setRelationsType('direct')
}
name="pin"
inputProps={{ 'aria-label': 'Pin Sidebar Switch' }}
inputProps={{ 'aria-label': 'Ownership Type Switch' }}
disabled={!isGroup}
/>
</Tooltip>