cleanup and docs
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m4s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m4s
This commit is contained in:
@ -11,6 +11,9 @@ import { Label } from "../ui/label";
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "../ui/select";
|
||||
|
||||
type LookupServerProps = {
|
||||
/**
|
||||
* The current platform.
|
||||
*/
|
||||
currentPlatform: string;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user