Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

feat: make phoneixd configurable from the UI #379

Merged
merged 3 commits into from
Jun 4, 2024
Merged

Conversation

bumi
Copy link

@bumi bumi commented Jun 3, 2024

No description provided.

@bumi bumi requested a review from rolznz June 3, 2024 18:25

function onSubmit(e: React.FormEvent) {
e.preventDefault();
if (!phoenixdAddress || !phoenixdAuthorization) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should use the required prop on the form fields and we don't need this check

Copy link
Collaborator

@rolznz rolznz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@rolznz rolznz merged commit 3ae630a into master Jun 4, 2024
3 checks passed
@rolznz rolznz deleted the configurable-phoenixd branch June 4, 2024 07:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants