pull/5147/head
yann300 3 months ago
parent 5b26298265
commit 199c2f2676
  1. 2
      apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx
  2. 2
      apps/remix-ide/src/blockchain/blockchain.tsx
  3. 1
      libs/remix-ui/workspace/src/lib/actions/workspace.ts

@ -159,7 +159,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
tooltipTitle={template.tooltip}
onClickTitle={template.onClick}
hScrollable={false}
>
>
{template.items.map(item => {
return <RemixUIGridCell
plugin={this}

@ -814,7 +814,7 @@ export class Blockchain extends Plugin {
}
}
)
})
})
})
}

@ -155,7 +155,6 @@ export const createWorkspace = async (
await plugin.workspaceCreated(workspaceName)
if (isGitRepo && createCommit) {
console.log('CREATE COMMIT')
const name = await plugin.call('settings', 'get', 'settings/github-user-name')
const email = await plugin.call('settings', 'get', 'settings/github-email')
const currentBranch: branch = await dgitPlugin.call('dgitApi', 'currentbranch')

Loading…
Cancel
Save