Skip to content

Commit

Permalink
fix: load tableau data also on view
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Apr 29, 2024
1 parent 4c50448 commit 0046538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Blocks/EmbedTableauVisualization/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ const View = (props) => {
*/
const tableauVisId = flattenToAppURL(tableauVisualization['@id'] || '');
if (
mode === 'edit' &&
!tableauVisualization.error &&
isBlock &&
tableau_vis_url &&
Expand Down

0 comments on commit 0046538

Please sign in to comment.