ROWY-796 fix action fields showing value and label

This commit is contained in:
Sidney Alcantara
2022-11-29 11:32:00 +11:00
parent a474e42d50
commit 86f9905600

View File

@@ -41,7 +41,6 @@ export const StatusSingleSelect = forwardRef(function StatusSingleSelect({
paddingLeft: "var(--cell-padding)",
}}
>
{value}
{getLabel(value, sortedConditions)}
</div>
);