refactor: Replace attire option 'icon' field with 'description' across the schema and data models, and update the UI to display the new description.
This commit is contained in:
@@ -2,7 +2,7 @@ type AttireOption @table(name: "attire_options") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
itemId: String!
|
||||
label: String!
|
||||
icon: String
|
||||
description: String
|
||||
imageUrl: String
|
||||
isMandatory: Boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user