Skip to content

Commit

Permalink
add suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkikapadia committed Jan 3, 2025
1 parent 0f0a693 commit 0570fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function SaveButton({isEditing, onSave}: SaveButtonProps) {
await validateWidget(api, organization.slug, widget);
onSave({index: Number(widgetIndex), widget});
} catch (error) {
addErrorMessage('Unable to save widget');
addErrorMessage(t('Unable to save widget'));
}
}, [api, onSave, organization.slug, state, widgetIndex]);

Expand Down

0 comments on commit 0570fcf

Please sign in to comment.