mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Refactor and fix stashbox submit dialog (#4355)
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import React from "react";
|
||||
import { Button, Modal, Spinner, ModalProps } from "react-bootstrap";
|
||||
import { ButtonVariant } from "react-bootstrap/types";
|
||||
import { Icon } from "./Icon";
|
||||
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
|
||||
interface IButton {
|
||||
text?: string;
|
||||
variant?: "danger" | "primary" | "secondary";
|
||||
variant?: ButtonVariant;
|
||||
onClick?: () => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user