mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
Clear cache when no transactions active
This commit is contained in:
@ -347,7 +347,8 @@ define([
|
||||
"implementation": TransactionService,
|
||||
"depends": [
|
||||
"$q",
|
||||
"$log"
|
||||
"$log",
|
||||
"cacheService"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user