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,
|
SaveButton,
|
||||||
UndoButton,
|
UndoButton,
|
||||||
ToggleButton,
|
ToggleButton,
|
||||||
PasteButton,
|
|
||||||
ImportButton,
|
ImportButton,
|
||||||
} from 'components/button';
|
} from 'components/button';
|
||||||
import TableProduct from 'src/components/04_product-service/TableProduct.vue';
|
import TableProduct from 'src/components/04_product-service/TableProduct.vue';
|
||||||
|
|
@ -4554,11 +4553,7 @@ watch(
|
||||||
@click="serviceTreeView = false"
|
@click="serviceTreeView = false"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<PasteButton
|
|
||||||
id="btn-info-basic-paste"
|
|
||||||
icon-only
|
|
||||||
@click="() => paste()"
|
|
||||||
/>
|
|
||||||
<SaveButton id="btn-info-basic-save" icon-only type="submit" />
|
<SaveButton id="btn-info-basic-save" icon-only type="submit" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue