feat(webapp): add Inventory Adjustment option to the item drawer

This commit is contained in:
Ahmed Bouhuolia
2023-06-15 19:49:23 +02:00
parent 01c27b56ef
commit e5d0f16096
2 changed files with 66 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ import {
FormattedMessage as T,
Can,
} from '@/components';
import { ItemDetailActionsMoreBtn } from './ItemDetailActionsMoreBtn';
import { compose } from '@/utils';
@@ -71,6 +72,7 @@ function ItemDetailActionsBar({
onClick={handleDeleteItem}
/>
</Can>
<ItemDetailActionsMoreBtn />
</NavbarGroup>
</DashboardActionsBar>
);