mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 06:46:40 +00:00
Format all files
This commit is contained in:
@@ -14,7 +14,10 @@ interface RestartDomainButtonProps {
|
||||
domainId: string;
|
||||
}
|
||||
|
||||
export default function RestartDomainButton({ orgId, domainId }: RestartDomainButtonProps) {
|
||||
export default function RestartDomainButton({
|
||||
orgId,
|
||||
domainId
|
||||
}: RestartDomainButtonProps) {
|
||||
const router = useRouter();
|
||||
const api = createApiClient(useEnvContext());
|
||||
const [isRestarting, setIsRestarting] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user