Merge pull request #92 from dderbentsov/UC-36
интегрировал таблицу с сервером
This commit is contained in:
@@ -12,7 +12,10 @@ export default {
|
||||
name: "TableAddingNetwork",
|
||||
components: { BaseInput, BaseSelect },
|
||||
props: {
|
||||
saveNetworkId: Function,
|
||||
saveNetworkId: {
|
||||
type: Function,
|
||||
default: () => {},
|
||||
},
|
||||
selectedOption: String,
|
||||
value: Object,
|
||||
listAddingNetworks: Array,
|
||||
|
||||
Reference in New Issue
Block a user