chore: Adds the ability to see the existing filter when we apply a new filter (#6310)

* feat: Adds existing filter to advance filter modal when we apply a filter
This commit is contained in:
Sivin Varghese
2023-01-24 09:10:17 +05:30
committed by GitHub
parent 9782f71bdf
commit af5c71e060
6 changed files with 119 additions and 12 deletions

View File

@@ -10,4 +10,8 @@ describe('Test mixin function', () => {
it('should return proper value from bool', () => {
expect(wrapper.vm.setFilterAttributes).toBeTruthy();
});
it('should return proper value from bool', () => {
expect(wrapper.vm.initializeExistingFilterToModal).toBeTruthy();
});
});