Skip to content

Commit

Permalink
chore: changed loading default value
Browse files Browse the repository at this point in the history
Signed-off-by: NaYeong,Kim <[email protected]>
  • Loading branch information
skdud4659 committed Dec 20, 2024
1 parent 72e1499 commit 5baf885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const SERVICE_SEARCH_HANDLER: AlertManagementTableHandlerType = {
};
const state = reactive({
loading: false,
loading: true,
pageStart: 1,
pageLimit: 15,
serviceList: [] as ServiceModel[],
Expand Down

0 comments on commit 5baf885

Please sign in to comment.