[Notebook] Fix link formatting on load, remove duplicate snapshot indicator (#6317)

* adding urlWhitelist to data so when/if it is updated it triggers link formatting

* removing dupe notebook and restricted notebook checks and just moving it to base notebook functionality install checks

* nullthing to see here
This commit is contained in:
Jamie V
2023-02-10 12:08:58 -08:00
committed by GitHub
parent 672cb7e621
commit e3a69c8856
3 changed files with 7 additions and 12 deletions

View File

@@ -235,7 +235,8 @@ export default {
return {
editMode: false,
canEdit: true,
enableEmbedsWrapperScroll: false
enableEmbedsWrapperScroll: false,
urlWhitelist: null
};
},
computed: {