mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
fix(ui): show restore results
This commit is contained in:
parent
6ce183df2f
commit
b979211282
@ -40,6 +40,13 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
onSave(e) {
|
||||
EventBus.$emit('i-project', {
|
||||
action: 'restore',
|
||||
item: e.item,
|
||||
});
|
||||
},
|
||||
|
||||
showDrawer() {
|
||||
EventBus.$emit('i-show-drawer');
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user