changed to completed

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-09-18 15:19:52 -05:00
parent 203f6e6113
commit 3d82b327d2

View File

@ -82,8 +82,8 @@ class MenuViewController: UITableViewController, TooltipLaunchable {
MenuComponent(title: "CheckboxGroup", completed: true, viewController: CheckboxGroupViewController.self),
MenuComponent(title: "DatePicker", completed: true, viewController: DatePickerViewController.self),
MenuComponent(title: "DropdownSelect", completed: true, viewController: DropdownSelectViewController.self),
MenuComponent(title: "FootnoteItem", completed: false, viewController: FootnoteItemViewController.self),
MenuComponent(title: "FootnoteGroup", completed: false, viewController: FootnoteGroupViewController.self),
MenuComponent(title: "FootnoteItem", completed: true, viewController: FootnoteItemViewController.self),
MenuComponent(title: "FootnoteGroup", completed: true, viewController: FootnoteGroupViewController.self),
MenuComponent(title: "Icon", completed: true, viewController: IconViewController.self),
MenuComponent(title: "InputField", completed: true, viewController: InputFieldViewController.self),
MenuComponent(title: "InputStepper", completed: true, viewController: InputStepperViewController.self),