Update VoiceInk/Views/PredefinedPromptsView.swift
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
6d3fac76ef
commit
648c36f12a
@ -8,7 +8,7 @@ struct PredefinedPromptsView: View {
|
||||
var body: some View {
|
||||
ScrollView {
|
||||
LazyVGrid(columns: columns, spacing: 16) {
|
||||
ForEach(PromptTemplates.all) { template in
|
||||
ForEach(PromptTemplates.all, id: \.title) { template in
|
||||
PredefinedTemplateButton(prompt: template) {
|
||||
onSelect(template)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user