File tree 1 file changed +3
-3
lines changed
resources/ts/pages/dashboard/transactions
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ export default {
208
208
* for the expense we know supports
209
209
* recurring behavior
210
210
*/
211
- if ( [ ' ns.recurring-transactions ' , ' ns.salary-transactions ' ].includes ( this .selectedConfiguration .identifier ) ) {
211
+ if ( [ ' ns.recurring-transaction ' , ' ns.salary-transaction ' ].includes ( this .selectedConfiguration .identifier ) ) {
212
212
tabs .push ({
213
213
label: __ ( ' Conditions' ),
214
214
identifier: ' recurrence'
@@ -263,7 +263,7 @@ export default {
263
263
*/
264
264
result .fields .forEach ( field => {
265
265
if ( field .name === ' recurring' ) {
266
- if ([ ' ns.recurring-transactions ' , ' ns.salary-transactions ' ].includes ( result .identifier ) ) {
266
+ if ([ ' ns.recurring-transaction ' , ' ns.salary-transaction ' ].includes ( result .identifier ) ) {
267
267
field .value = true ;
268
268
} else {
269
269
field .value = false ;
@@ -337,4 +337,4 @@ export default {
337
337
}
338
338
339
339
}
340
- </script >
340
+ </script >
You can’t perform that action at this time.
0 commit comments