fix: Several fixes based on preview testing (#7906)
* fix: Add searchable properties on currency * fix: Format product type dates in table * fix: Preserve line whitespace in section row * fix: Continue through tabs on Enter in create product form * fix: Pagination in variant prices section * fix: Add missing inventory edit item translation * fix: Use the correct options URL for editing * fix: Correctly get the variant title in inventory item details * fix: Completely remove variant titles section in inventory item
This commit is contained in:
@@ -24,7 +24,11 @@ export const SectionRow = ({ title, value, actions }: SectionRowProps) => {
|
||||
</Text>
|
||||
|
||||
{isValueString ? (
|
||||
<Text size="small" leading="compact" className="text-pretty">
|
||||
<Text
|
||||
size="small"
|
||||
leading="compact"
|
||||
className="whitespace-pre-line text-pretty"
|
||||
>
|
||||
{value ?? "-"}
|
||||
</Text>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user