Skip to content

Commit

Permalink
Update packages/admin/admin/src/common/buttons/save/SaveButton.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ricky James Smith <jamesricky@me.com>
  • Loading branch information
NataliaVizintini and jamesricky authored Jan 24, 2024
1 parent 55b365f commit 7e37a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FormattedMessage } from "react-intl";
import { messages } from "../../../messages";
import { useSplitButtonContext } from "../split/useSplitButtonContext";

export type SaveButtonClassKey = "root" | "saving" | "error" | "success" | "conflict" | ButtonClassKey;
export type SaveButtonClassKey = "saving" | "error" | "success" | "conflict" | ButtonClassKey;

type OwnerState = Pick<SaveButtonProps, "variant" | "color"> & { displayState?: SaveButtonDisplayState };

Expand Down

0 comments on commit 7e37a8e

Please sign in to comment.