mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
Merge pull request #2169 from Adyen/chore/set_type_on_SRPanel_comp
Set static type on SRPanel comp
This commit is contained in:
@@ -10,6 +10,8 @@ import { SRMessages, SRMessagesRef } from './SRMessages';
|
||||
* For testing purposes can be made visible
|
||||
*/
|
||||
export class SRPanel extends BaseElement<SRPanelProps> {
|
||||
public static type = 'srPanel';
|
||||
|
||||
public static defaultProps = {
|
||||
enabled: true,
|
||||
node: 'body',
|
||||
|
||||
Reference in New Issue
Block a user