mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-01 00:53:22 +01:00
rename selectable_row to selectable_list
This commit is contained in:
parent
39efe9c522
commit
23b9d1eaa3
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import Checkbox from '../checkbox/checkbox.js'
|
||||
|
||||
const SelectableRow = {
|
||||
const SelectableList = {
|
||||
components: {
|
||||
Checkbox
|
||||
},
|
||||
|
@ -13,4 +13,4 @@ const SelectableRow = {
|
|||
}
|
||||
}
|
||||
|
||||
export default SelectableRow
|
||||
export default SelectableList
|
Loading…
Reference in a new issue