chore: fold pre-existing ServicesPage.tsx formatter stray
Whitespace-only JSX reflow (prettier) from earlier #1 validation-surfacing fix; folding so the working tree goes pristine before the final push.
This commit is contained in:
@@ -327,7 +327,9 @@ function CreateServiceDialog({
|
||||
onCancel={reset}
|
||||
onConfirm={save}
|
||||
confirmLabel="Create service"
|
||||
confirmDisabled={!draft.name.trim() || saveService.isPending || !testPassed}
|
||||
confirmDisabled={
|
||||
!draft.name.trim() || saveService.isPending || !testPassed
|
||||
}
|
||||
/>
|
||||
) : null}
|
||||
</DialogContent>
|
||||
|
||||
Reference in New Issue
Block a user