File tree Expand file tree Collapse file tree 4 files changed +854
-792
lines changed Expand file tree Collapse file tree 4 files changed +854
-792
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " laravel-file-manager" ,
3- "version" : " 2.4.0 " ,
3+ "version" : " 2.4.2 " ,
44 "description" : " File manager for Laravel" ,
55 "keywords" : [
66 " laravel" ,
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ export default {
6969 this . $store . dispatch ( 'fm/url' , {
7070 disk : this . selectedDisk ,
7171 path : this . selectedItems [ 0 ] . path ,
72+ } ) . then ( ( response ) => {
73+ if ( response . data . result . status === 'success' ) {
74+ this . $store . state . fm . fileCallback ( response . data . url ) ;
75+ }
7276 } ) ;
7377 } ,
7478
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default {
1616 acl : null ,
1717
1818 // App version
19- version : '2.4.0 ' ,
19+ version : '2.4.2 ' ,
2020
2121 // axios headers
2222 headers : { } ,
You can’t perform that action at this time.
0 commit comments