Fix empty description
This commit is contained in:
@@ -101,7 +101,7 @@ class App extends Component {
|
|||||||
billable: this.billable,
|
billable: this.billable,
|
||||||
hours: "",
|
hours: "",
|
||||||
seconds: new TimeInputParser(this.changeset.hours).parseSeconds(),
|
seconds: new TimeInputParser(this.changeset.hours).parseSeconds(),
|
||||||
description: service?.description,
|
description: service?.description || "",
|
||||||
tag: "",
|
tag: "",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user