Revert "feat(warehouse) add warehouse propover."

This reverts commit 2aa26959e9.
This commit is contained in:
elforjani13
2022-02-06 09:58:38 +02:00
parent 39d0e9c198
commit a368e5572b
6 changed files with 1 additions and 198 deletions

View File

@@ -2,7 +2,6 @@ import React, { useState, useEffect } from 'react';
import { FormGroup, NumericInput, Intent } from '@blueprintjs/core';
import classNames from 'classnames';
import { CLASSES } from 'common/classes';
import WarehouseListPopover from '../../containers/WarehouseListPopover';
/**
* Numeric input table cell.
@@ -37,8 +36,7 @@ export default function NumericInputCell({
onValueChange={handleValueChange}
onBlur={onBlur}
fill={true}
buttonPosition={'none'}
rightElement={<WarehouseListPopover />}
buttonPosition={"none"}
/>
</FormGroup>
);