diff --git a/frontend/src/components/DomainSelect.vue b/frontend/src/components/DomainSelect.vue
index 0179fc3..89addd7 100644
--- a/frontend/src/components/DomainSelect.vue
+++ b/frontend/src/components/DomainSelect.vue
@@ -23,7 +23,7 @@ export default {
]
const rows = reactive([])
onMounted( () => {
- api.get(`api/domains/testtenant`).then(res =>{
+ api.get(`api/domains/1`).then(res =>{
res.data.forEach((item) =>
{
rows.push({id:item.id,tenantid:item.tenantid,name:item.name,url:item.url,kintoneuser:item.kintoneuser});
diff --git a/frontend/src/components/ShowDialog.vue b/frontend/src/components/ShowDialog.vue
index fd1fbe5..c8d12f2 100644
--- a/frontend/src/components/ShowDialog.vue
+++ b/frontend/src/components/ShowDialog.vue
@@ -1,5 +1,5 @@
-
+
@@ -15,7 +15,7 @@
-
+