Run prettier for formatting fixes
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
helpText: "",
|
||||
onRefresh: () => {},
|
||||
refreshing: false,
|
||||
}
|
||||
};
|
||||
|
||||
function load() {
|
||||
isLoading = true;
|
||||
@@ -41,8 +41,8 @@
|
||||
async function getData() {
|
||||
if (inputValue) {
|
||||
const apiPath = `/api/v2/ref/reasonCode/${inputValue}`;
|
||||
const res = await apiGet(apiPath)
|
||||
return res
|
||||
const res = await apiGet(apiPath);
|
||||
return res;
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user