pull/4791/head
filip mertens 6 months ago
parent dff89e191d
commit a403c9f981
  1. 3
      libs/remix-ui/git/src/lib/gitactions.ts

@ -218,6 +218,9 @@ export const addall = async (files: fileStatusResult[]) => {
export const add = async (filepath: addInput) => {
try {
if(typeof filepath.filepath === "string") {
filepath.filepath = removeSlash(filepath.filepath)
}
await plugin.call('dgitApi', 'add', filepath);
sendToGitLog({
type: 'success',

Loading…
Cancel
Save