Temporarily remove RIO finder from UI (#525)

This commit is contained in:
Chris Gerth
2022-10-21 18:36:30 -05:00
committed by GitHub
parent ccd3a512d6
commit 8dbd428359

View File

@@ -67,6 +67,7 @@
Save Save
</v-btn> </v-btn>
<v-divider class="mt-4 mb-4" /> <v-divider class="mt-4 mb-4" />
<!-- TEMP - RIO finder is not currently enabled
<v-row> <v-row>
<v-col <v-col
cols="12" cols="12"
@@ -125,6 +126,7 @@
</v-simple-table> </v-simple-table>
</v-col> </v-col>
</v-row> </v-row>
-->
</div> </div>
</template> </template>