Fix copy and paste

This commit is contained in:
Neil MacDougall 2021-08-24 14:26:37 +01:00 committed by GitHub
parent 8735ce66aa
commit fd2c56dc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export default {
brand = await store.dispatch('rancher/find', {
type: 'setting',
id: SETTING.PL,
id: SETTING.BRAND,
opt: { url: `/v3/settings/${ SETTING.BRAND }` }
});
}