Fix case submenus are ignored.
- Append submenus to iterate list Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
a15f0d42f9
commit
669f789903
2 changed files with 22 additions and 34 deletions
|
|
@ -3,6 +3,7 @@ pub struct Headers {}
|
|||
|
||||
impl Headers {
|
||||
// will be deprecated by next version
|
||||
#[deprecated]
|
||||
pub fn get_recipe_table_sgp_24022025() -> Vec<&'static str> {
|
||||
[
|
||||
"Name",
|
||||
|
|
@ -128,6 +129,7 @@ impl Headers {
|
|||
.to_vec()
|
||||
}
|
||||
|
||||
#[deprecated]
|
||||
pub fn get_recipe_table_dubai_16052025() -> Vec<&'static str> {
|
||||
[
|
||||
"Name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue