Skip to content

Commit

Permalink
Make Operator ID input readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
ccali11 committed Aug 22, 2023
1 parent 2f3cdcf commit 0fc9fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/pages/operators/Operator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ async function submitRegisterOperatorForm() {
id="operator_id"
v-model="selectedOperatorID"
type="text"
readonly
placeholder="Operator ID.."
class=" outline-none text-grey_4 text-[12px] w-full bg-white cursor-pointer"
autocomplete="off"
Expand Down

0 comments on commit 0fc9fe7

Please sign in to comment.