remove spread syntac

main
HerrHase 3 weeks ago
parent c1400f014d
commit a2bcc2ca89

@ -1,5 +1,5 @@
{
"/example/js/spritemap.js": "/example/js/spritemap.js?version=7ce719c9e00cdc31c694d971b9a5e812",
"/example/js/example.js": "/example/js/example.js?version=9455356bf86236cbb26bff909feed586",
"/example/js/example.js": "/example/js/example.js?version=db8edef7a81e408a5804bffdd078a39f",
"/example/css/styles.css": "/example/css/styles.css?version=ab2e4c2ab96731939c29a93de815c70e"
}

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
{
"name": "@tiny-components/select",
"version": "0.4.0",
"version": "0.4.1",
"description": "Select with filter for Desktop and Mobile",
"repository": {
"type": "git",

@ -43,13 +43,6 @@
export default {
state: {
keys: {
label: 'label',
value: 'value'
}
},
/**
*
*
@ -58,7 +51,10 @@
// init state
this.state = {
...state,
keys: {
label: 'label',
value: 'value'
},
selected: [],
hasUpdated: false,
options: [],

Loading…
Cancel
Save