get seprate file for entry list working
This commit is contained in:
parent
4d1f3f2f3e
commit
b680a2f5d7
4 changed files with 102 additions and 32 deletions
|
|
@ -10,6 +10,6 @@ func LoadGemlogCMD(config *Config) tea.Cmd {
|
|||
if err != nil {
|
||||
return ErrorMsg{err}
|
||||
}
|
||||
return GemLogsLoaded{logs}
|
||||
return GemLogsLoaded{Logs: logs}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue