Skip to content

Commit

Permalink
CB-4546 shows hex/base64 only on blob column selection (#2314)
Browse files Browse the repository at this point in the history
Co-authored-by: s.teleshev <[email protected]>
Co-authored-by: Evgenia Bezborodova <[email protected]>
Co-authored-by: Daria Marutkina <[email protected]>
  • Loading branch information
4 people authored Jan 22, 2024
1 parent 35b625c commit 76454a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ export function isBlobPresentationAvailable(context: IDataValuePanelProps<any, I
return isResultSetContentValue(cellValue) && isResultSetBinaryFileValue(cellValue);
}

return true;
return false;
}

0 comments on commit 76454a3

Please sign in to comment.