mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
Migrates Label component from Bootstrap to AntD. (#12774)
This commit is contained in:
committed by
GitHub
parent
388edbf7b2
commit
2adfb85597
@@ -45,6 +45,6 @@ describe('RowCountLabel', () => {
|
||||
limit: 100,
|
||||
};
|
||||
const wrapper = shallow(<RowCountLabel {...props} />);
|
||||
expect(wrapper.find(Label).first().props().bsStyle).toBe('danger');
|
||||
expect(wrapper.find(Label).first().props().type).toBe('danger');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user