Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
fat(ui): fix show config bug
Browse files Browse the repository at this point in the history
refs: #181
  • Loading branch information
ChrisRousey committed Mar 17, 2023
1 parent 4bc5e92 commit 420d6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/actions/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function fetchConfig(id) {

const receivedConfig = (response) => ({
type: "RECEIVE_CONFIG",
Config: response,
config: response,
});

const receivedConfigFailed = (response) => ({
Expand Down

0 comments on commit 420d6c7

Please sign in to comment.