import React from "react"; import Modal from "components/Modal"; import Button from "components/buttons/Button"; import PremiumFeatureMessage from "components/PremiumFeatureMessage"; const baseClass = "add-software-modal"; interface IAllTeamsMessageProps { onExit: () => void; } const AllTeamsMessage = ({ onExit }: IAllTeamsMessageProps) => { return ( <>
Please select a team first. Software can't be added when{" "} All teams is selected.