mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Styling
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React, { useEffect, useState } from "react";
|
||||
import { Button, InputGroup, Form, Modal, Spinner } from "react-bootstrap";
|
||||
import { Button, InputGroup, Form, Modal } from "react-bootstrap";
|
||||
import { LoadingIndicator } from 'src/components/Shared';
|
||||
import { StashService } from "src/core/StashService";
|
||||
|
||||
interface IProps {
|
||||
@@ -55,7 +56,7 @@ export const FolderSelect: React.FC<IProps> = (props: IProps) => {
|
||||
/>
|
||||
<InputGroup.Append>
|
||||
{!data || !data.directories || loading ? (
|
||||
<Spinner animation="border" variant="light" />
|
||||
<LoadingIndicator inline />
|
||||
) : (
|
||||
""
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user