mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 13:12:16 +01:00
add billing section links to the organization switcher and organization settings
This commit is contained in:
@@ -26,7 +26,7 @@ const page = usePage<{
|
||||
|
||||
<template>
|
||||
<FormSection @submitted="createTeam">
|
||||
<template #title> Team Details</template>
|
||||
<template #title> Organization Details</template>
|
||||
|
||||
<template #description>
|
||||
Create a new team to collaborate with others on projects.
|
||||
@@ -34,7 +34,7 @@ const page = usePage<{
|
||||
|
||||
<template #form>
|
||||
<div class="col-span-6">
|
||||
<InputLabel value="Team Owner" />
|
||||
<InputLabel value="Organization Owner" />
|
||||
|
||||
<div class="flex items-center mt-2">
|
||||
<img
|
||||
@@ -54,7 +54,7 @@ const page = usePage<{
|
||||
</div>
|
||||
|
||||
<div class="col-span-6 sm:col-span-4">
|
||||
<InputLabel for="name" value="Team Name" />
|
||||
<InputLabel for="name" value="Organization Name" />
|
||||
<TextInput
|
||||
id="name"
|
||||
v-model="form.name"
|
||||
|
||||
Reference in New Issue
Block a user