Skip to content

Commit b5a5c8a

Browse files
fix(load-data): add bucket selector back to flux annotated csv and LP (#3746)
1 parent 1c9d9d6 commit b5a5c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/writeData/components/fileUploads/UploadDataDetailsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const UploadDataDetailsView: FC = () => {
8787
className="write-data--details-content markdown-format"
8888
data-testid="load-data-details-content"
8989
>
90-
{name !== 'csv' ?? (
90+
{contentID !== 'csv' && (
9191
<Panel backgroundColor={InfluxColors.Grey15}>
9292
<Panel.Body size={ComponentSize.ExtraSmall}>
9393
<WriteDataHelperBuckets />

0 commit comments

Comments
 (0)