bills close delete alert

This commit is contained in:
elforjani3
2021-02-14 16:56:06 +02:00
parent 64aa0d7347
commit b356d8d687

View File

@@ -1,8 +1,5 @@
import React from 'react'; import React from 'react';
import { import { FormattedMessage as T, useIntl } from 'react-intl';
FormattedMessage as T,
useIntl,
} from 'react-intl';
import { Intent, Alert } from '@blueprintjs/core'; import { Intent, Alert } from '@blueprintjs/core';
import { AppToaster } from 'components'; import { AppToaster } from 'components';
@@ -42,6 +39,7 @@ function BillDeleteAlert({
}), }),
intent: Intent.SUCCESS, intent: Intent.SUCCESS,
}); });
closeAlert(name);
}); });
}; };