refactor: delete btn paste
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
This commit is contained in:
parent
aac82ce477
commit
9a8363091d
1 changed files with 1 additions and 6 deletions
|
|
@ -33,7 +33,6 @@ import {
|
|||
SaveButton,
|
||||
UndoButton,
|
||||
ToggleButton,
|
||||
PasteButton,
|
||||
ImportButton,
|
||||
} from 'components/button';
|
||||
import TableProduct from 'src/components/04_product-service/TableProduct.vue';
|
||||
|
|
@ -4554,11 +4553,7 @@ watch(
|
|||
@click="serviceTreeView = false"
|
||||
/>
|
||||
</div>
|
||||
<PasteButton
|
||||
id="btn-info-basic-paste"
|
||||
icon-only
|
||||
@click="() => paste()"
|
||||
/>
|
||||
|
||||
<SaveButton id="btn-info-basic-save" icon-only type="submit" />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue