Update script in app when clicking on the "Version x available" button

This commit is contained in:
redphx
2024-09-07 16:43:56 +07:00
parent 714178a82d
commit 07ebf3926b
4 changed files with 38 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ const ButtonStyleClass = {
[ButtonStyle.NORMAL_LINK]: 'bx-normal-link',
}
type BxButton = {
export type BxButton = {
style?: ButtonStyle;
url?: string;
classes?: string[];