forked from farhoodlabs/paperclip
fix(ui): order Secrets sidebar item right after Environments
This commit is contained in:
@@ -80,9 +80,9 @@ describe("CompanySettingsNav", () => {
|
||||
items: [
|
||||
{ value: "general", label: "General" },
|
||||
{ value: "environments", label: "Environments" },
|
||||
{ value: "secrets", label: "Secrets" },
|
||||
{ value: "access", label: "Access" },
|
||||
{ value: "invites", label: "Invites" },
|
||||
{ value: "secrets", label: "Secrets" },
|
||||
],
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user