search: Move group user remove logic out of input_pill.

This commit is contained in:
evykassirer
2024-08-01 20:58:10 -07:00
committed by Tim Abbott
parent 96a3d78d86
commit 00e74d0de2
3 changed files with 66 additions and 66 deletions

View File

@@ -485,9 +485,6 @@ run_test("exit button on pill", ({mock_template}) => {
assert.equal(sel, ".pill");
return $curr_pill_stub;
},
parents() {
return [];
},
}),
};