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}
|
onCancel={reset}
|
||||||
onConfirm={save}
|
onConfirm={save}
|
||||||
confirmLabel="Create service"
|
confirmLabel="Create service"
|
||||||
confirmDisabled={!draft.name.trim() || saveService.isPending || !testPassed}
|
confirmDisabled={
|
||||||
|
!draft.name.trim() || saveService.isPending || !testPassed
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user