Change name of sort namespace field 'tag'

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 3 years ago
parent 4d4f143ec5
commit bf6f50ecdd

@ -48,7 +48,7 @@ pub enum SortKey {
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct SortNamespace {
pub tag: String,
pub name: String,
pub direction: SortDirection,
}

Loading…
Cancel
Save