File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/form-timepicker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ const propsMixin = {
131131 type : String ,
132132 default : ( ) => getConfigFallback ( 'labelSelected' )
133133 } ,
134- labelNoTime : {
134+ labelNoTimeSelected : {
135135 type : String ,
136- default : ( ) => getConfigFallback ( 'labelNoTime ' )
136+ default : ( ) => getConfigFallback ( 'labelNoTimeSelected ' )
137137 } ,
138138 labelHours : {
139139 type : String ,
@@ -413,7 +413,7 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({
413413 rtl : this . isRTL ,
414414 lang : this . computedLang ,
415415 value : localHMS || '' ,
416- formattedValue : localHMS ? this . formattedValue : ''
416+ formattedValue : localHMS ? this . formattedValue : this . labelNoTimeSelected || ''
417417 } ,
418418 on : {
419419 show : this . onShow ,
You can’t perform that action at this time.
0 commit comments