1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Fix buttons size outside of form's card layout

This commit is contained in:
Aleksandr Gumroian
2020-08-06 17:25:38 +02:00
parent e858b30994
commit 1dd1805ae0
4 changed files with 5 additions and 8 deletions

View File

@ -18,10 +18,6 @@ import {
} from "../bootstrap/Modal";
import { useAlert } from "../alertContext/AlertContext";
RebootButton.propTypes = {
forisFormSize: PropTypes.bool,
};
export function RebootButton(props) {
const [triggered, setTriggered] = useState(false);
const [modalShown, setModalShown] = useState(false);