mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 19:31:13 -05:00
feat: Implement button loading states
This commit is contained in:
@@ -199,9 +199,9 @@ export function ReviewForm({
|
||||
{/* Photo Upload */}
|
||||
|
||||
|
||||
<Button type="submit" disabled={submitting} className="w-full">
|
||||
<Button type="submit" loading={submitting} loadingText="Submitting..." className="w-full">
|
||||
<Send className="w-4 h-4 mr-2" />
|
||||
{submitting ? 'Submitting...' : 'Submit Review'}
|
||||
Submit Review
|
||||
</Button>
|
||||
</form>
|
||||
</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user