File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const (
40
40
// Constants for limits
41
41
const (
42
42
maxAccountsForRoleLoading = 100
43
- Version = "0.0.8 "
43
+ Version = "0.1.2 "
44
44
)
45
45
46
46
// Messages
@@ -1930,11 +1930,6 @@ func (m model) View() (string, *tea.Cursor) {
1930
1930
formContent .WriteString (m .dynamicStyles .errorText .Render (m .formError ) + "\n \n " )
1931
1931
}
1932
1932
1933
- // No success message needed here anymore, transition happens immediately
1934
- // if m.formSuccess != "" {
1935
- // formContent.WriteString(m.dynamicStyles.successText.Render(m.formSuccess) + "\n\n")
1936
- // }
1937
-
1938
1933
formContent .WriteString (m .dynamicStyles .help .Render ("Press ESC to cancel" ))
1939
1934
1940
1935
content = lipgloss .JoinVertical (lipgloss .Left , formTitle , formContent .String ())
You can’t perform that action at this time.
0 commit comments