diff --git a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap
index b7852bd927..0350b44219 100644
--- a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap
+++ b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap
@@ -282,26 +282,6 @@ exports[`Storyshots Buttons|EditButton Default 1`] = `
`;
-exports[`Storyshots Buttons|IconButton Default 1`] = `
-
{
};
render() {
- const { label, loading, disabled, type, color, className, icon, fullWidth, reducedMobile, children } = this.props;
+ const {
+ label,
+ title,
+ loading,
+ disabled,
+ type,
+ color,
+ className,
+ icon,
+ fullWidth,
+ reducedMobile,
+ children
+ } = this.props;
const loadingClass = loading ? "is-loading" : "";
const fullWidthClass = fullWidth ? "is-fullwidth" : "";
const reducedMobileClass = reducedMobile ? "is-reduced-mobile" : "";
@@ -46,6 +59,7 @@ class Button extends React.Component
{
return (