Skip to content

Commit

Permalink
Layout fix for the OBS reference
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinpaul committed Oct 31, 2023
1 parent df6b766 commit 0f7e634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/src/layouts/editor/SectionPlaceholder1.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const SectionPlaceholder1 = ({ editor }) => {
}
if (_obsNavigation2 && referenceColumnOneData2.refName && referenceColumnOneData2.selectedResource === 'obs') {
const fs = window.require('fs');
setStories2(core(fs, _obsNavigation2, referenceColumnOneData1.refName, user.username));
setStories2(core(fs, _obsNavigation2, referenceColumnOneData2.refName, user.username));
}
});
// }
Expand Down

0 comments on commit 0f7e634

Please sign in to comment.