Skip to content

Commit b58827d

Browse files
committed
fix: Correct formatting in disconnect license warning panel
1 parent 378c835 commit b58827d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caracal/flow/screens/enterprise_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def disconnect_license(self) -> None:
600600
info = self.validator.get_license_info()
601601

602602
warning_panel = Panel(
603-
f"[bold {Colors.WARNING}]Disconnect Enterprise License[/bold]\n\n"
603+
f"[bold {Colors.WARNING}]Disconnect Enterprise License[/]\n\n"
604604
f"This will remove the enterprise license from this workspace.\n\n"
605605
f"[bold]Current license:[/]\n"
606606
f" Key: {info.get('license_key', 'N/A')}\n"

0 commit comments

Comments
 (0)