Skip to content

Commit

Permalink
Fix InvestigationTable alignment (#7028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Jan 12, 2024
1 parent 27b524a commit 51b02c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const TestRow = ({ data, i, onChange, showForm, value, isChanged }: any) => {
<td className="whitespace-nowrap px-6 py-4 text-sm font-medium text-gray-900">
{data?.investigation_object?.name || "---"}
</td>
<td className="whitespace-nowrap px-6 py-4 text-right text-sm text-gray-700">
<td className="whitespace-nowrap px-6 py-4 text-sm text-gray-700">
{showForm ? (
data?.investigation_object?.investigation_type === "Choice" ? (
<SelectFormField
Expand Down

0 comments on commit 51b02c2

Please sign in to comment.