feat(ui): reconcile backup UI changes with current routing and interaction features
This commit is contained in:
@@ -273,7 +273,7 @@ export function NewGoalDialog() {
|
||||
disabled={!title.trim() || createGoal.isPending}
|
||||
onClick={handleSubmit}
|
||||
>
|
||||
{createGoal.isPending ? "Creating..." : newGoalDefaults.parentId ? "Create sub-goal" : "Create goal"}
|
||||
{createGoal.isPending ? "Creating…" : newGoalDefaults.parentId ? "Create sub-goal" : "Create goal"}
|
||||
</Button>
|
||||
</div>
|
||||
</DialogContent>
|
||||
|
||||
Reference in New Issue
Block a user