File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import formStateMixin from '../../mixins/form-state'
4
4
import formCustomMixin from '../../mixins/form-custom'
5
5
import normalizeSlotMixin from '../../mixins/normalize-slot'
6
6
import { from as arrayFrom , isArray , concat } from '../../utils/array'
7
- import { getConfigComponent } from '../../utils/config'
7
+ import { getComponentConfig } from '../../utils/config'
8
8
9
9
const NAME = 'BFormFile'
10
10
@@ -28,15 +28,15 @@ export default {
28
28
} ,
29
29
placeholder : {
30
30
type : String ,
31
- default : ( ) => getConfigComponent ( NAME , 'placeholder' )
31
+ default : ( ) => getComponentConfig ( NAME , 'placeholder' )
32
32
} ,
33
33
browseText : {
34
34
type : String ,
35
- default : ( ) => getConfigComponent ( NAME , 'browseText' )
35
+ default : ( ) => getComponentConfig ( NAME , 'browseText' )
36
36
} ,
37
37
dropPlaceholder : {
38
38
type : String ,
39
- default : ( ) => getConfigComponent ( NAME , 'dropPlaceholder' )
39
+ default : ( ) => getComponentConfig ( NAME , 'dropPlaceholder' )
40
40
} ,
41
41
multiple : {
42
42
type : Boolean ,
You can’t perform that action at this time.
0 commit comments