depploy staging
This commit is contained in:
parent
f3b178c58b
commit
9b361ef72b
@ -21,4 +21,4 @@ version: 0.0.1
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: 0.4.2
|
||||
appVersion: 0.4.3
|
||||
|
@ -38,8 +38,8 @@ export default function Button(props: IProps) {
|
||||
|
||||
const attributes = { ...props, variant, disabled, type, isloading, fullwidth };
|
||||
delete attributes.icon;
|
||||
delete attributes.iconStyle;
|
||||
delete attributes.iconPosition;
|
||||
delete attributes.iconstyle;
|
||||
delete attributes.iconposition;
|
||||
return (
|
||||
<button {...attributes} onClick={onClick} className={classes["root"]} type={type}>
|
||||
{icon && iconposition === "left" && <Image src={icon} style={iconstyle} alt={"button icon"} />}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "v0.4.2"
|
||||
"version": "v0.4.3"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user