Skip to content

Commit

Permalink
remove selected rws
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed Oct 13, 2023
1 parent 5e5c476 commit 9ad94cf
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/views/RwsUsersList.vue
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
<template>
<robo-layout-section
v-if="rws?.length < 1 || !users || users.length < 1"
rwsrecover
>
<robo-layout-section v-if="rws?.length < 1 || !users || users.length < 1">
<robo-section width="narrow" gcenter>
<robo-template-rws-activeselect
v-if="rws?.length > 1"
block
label="Selected RWS"
/>
<robo-template-rws-users-empty />
</robo-section>
</robo-layout-section>

<robo-layout-section v-else rwsrecover rwssave>
<robo-layout-section v-else rwssave>
<robo-section offset="x0" width="narrow">
<robo-grid offset="x1" gap="x1">
<robo-template-rws-user-listitem
Expand Down

0 comments on commit 9ad94cf

Please sign in to comment.