Skip to content

Commit

Permalink
CB-4546 shows hex/base64 only on blob column selection
Browse files Browse the repository at this point in the history
  • Loading branch information
s.teleshev committed Jan 19, 2024
1 parent 10c1b37 commit 8189dca
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 8189dca

Please sign in to comment.