Skip to content

feat: support order property of coder_app resource #12077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Feb 12, 2024
Prev Previous commit
Next Next commit
provisionerGenerated
  • Loading branch information
mtojek committed Feb 9, 2024
commit 355b90a5839d583ac7cb6e1ecd1d4fc124ee8627
3 changes: 3 additions & 0 deletions site/e2e/provisionerGenerated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,9 @@ export const App = {
if (message.external === true) {
writer.uint32(72).bool(message.external);
}
if (message.order !== 0) {
writer.uint32(80).int32(message.order);
}
return writer;
},
};
Expand Down