File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
libs/remix-ui/workspace/src/lib Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -268,9 +268,9 @@ export const loadWorkspacePreset = async (template: WorkspaceTemplate = 'remixDe
268268 // const auth = 'Basic ' + Buffer.from(projectId + ':' + projectSecret).toString('base64')
269269
270270 const ipfs = IpfsHttpClient ( { port, host, protocol
271- , headers : {
271+ // , headers: {
272272 // authorization: auth
273- }
273+ // }
274274 } )
275275 const hashed = bufferToHex ( hash . keccakFromString ( params . shareCode ) )
276276
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ export const contextMenuActions: MenuItems = [{
5959 label : '' ,
6060 group : 1
6161} , {
62- id : 'copyShareURL' ,
63- name : 'Copy share URL' ,
64- type : [ 'file' ] ,
65- multiselect : false ,
66- label : '' ,
67- group : 1
68- } , {
62+ // id: 'copyShareURL',
63+ // name: 'Copy share URL',
64+ // type: ['file'],
65+ // multiselect: false,
66+ // label: '',
67+ // group: 1
68+ // }, {
6969 id : 'download' ,
7070 name : 'Download' ,
7171 type : [ 'file' , 'folder' , 'workspace' ] ,
You can’t perform that action at this time.
0 commit comments