mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-23 04:42:47 +00:00
fix(utils): rename talgistOrderParser to taglistOrderParser 🤦
This commit is contained in:
@@ -245,7 +245,7 @@ export const taglistOrderVariants = (taglistOrder) => {
|
||||
}
|
||||
};
|
||||
|
||||
export function talgistOrderParser(taglistOrder) {
|
||||
export const taglistOrderParser = (taglistOrder) => {
|
||||
const orders = taglistOrderVariants(taglistOrder)
|
||||
.split(';')
|
||||
.filter((e) => e)
|
||||
@@ -261,4 +261,4 @@ export function talgistOrderParser(taglistOrder) {
|
||||
}, {});
|
||||
|
||||
return orders;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user