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