application status update
This commit is contained in:
@@ -45,7 +45,9 @@ export default function StatusSelect({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Select value={status} onValueChange={handleChange} disabled={isPending}>
|
<Select value={status} onValueChange={handleChange} disabled={isPending}>
|
||||||
<SelectTrigger className="min-w-[160px]" />
|
<SelectTrigger className="min-w-[160px]">
|
||||||
|
<SelectValue placeholder="Select status" />
|
||||||
|
</SelectTrigger>
|
||||||
<SelectContent>
|
<SelectContent>
|
||||||
{STATUS_OPTIONS.map((option) => (
|
{STATUS_OPTIONS.map((option) => (
|
||||||
<SelectItem key={option} value={option}>
|
<SelectItem key={option} value={option}>
|
||||||
|
|||||||
Reference in New Issue
Block a user