mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
prettier formatting warning fixes
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
<CardTitle :title="title" :icon="icon"></CardTitle>
|
||||
<div
|
||||
class="rounded-lg bg-card-background border border-card-border flex-1 flex items-stretch">
|
||||
<div
|
||||
class="w-full flex flex-col">
|
||||
<div class="w-full flex flex-col">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -88,9 +88,7 @@ const switchToTeam = (team: Organization) => {
|
||||
Organization Settings
|
||||
</DropdownLink>
|
||||
|
||||
<DropdownLink
|
||||
v-if="isBillingActivated()"
|
||||
href="/billing">
|
||||
<DropdownLink v-if="isBillingActivated()" href="/billing">
|
||||
Billing
|
||||
</DropdownLink>
|
||||
|
||||
|
||||
@@ -28,14 +28,16 @@ const deleteTeam = () => {
|
||||
<ActionSection>
|
||||
<template #title> Delete Organization </template>
|
||||
|
||||
<template #description> Permanently delete this organization. </template>
|
||||
<template #description>
|
||||
Permanently delete this organization.
|
||||
</template>
|
||||
|
||||
<template #content>
|
||||
<div class="max-w-xl text-sm text-muted">
|
||||
Once a organization is deleted, all of its resources and data will be
|
||||
permanently deleted. Before deleting this organization, please download
|
||||
any data or information regarding this organization that you wish to
|
||||
retain.
|
||||
Once a organization is deleted, all of its resources and data
|
||||
will be permanently deleted. Before deleting this organization,
|
||||
please download any data or information regarding this
|
||||
organization that you wish to retain.
|
||||
</div>
|
||||
|
||||
<div class="mt-5">
|
||||
|
||||
@@ -257,9 +257,9 @@ const displayableRole = (role: string) => {
|
||||
<template #title> Pending Team Invitations</template>
|
||||
|
||||
<template #description>
|
||||
These people have been invited to your organization and have been
|
||||
sent an invitation email. They may join the organization by
|
||||
accepting the email invitation.
|
||||
These people have been invited to your organization and have
|
||||
been sent an invitation email. They may join the
|
||||
organization by accepting the email invitation.
|
||||
</template>
|
||||
|
||||
<!-- Pending Organization Member Invitation List -->
|
||||
@@ -471,7 +471,8 @@ const displayableRole = (role: string) => {
|
||||
<template #title> Remove Team Member</template>
|
||||
|
||||
<template #content>
|
||||
Are you sure you would like to remove this person from the organization?
|
||||
Are you sure you would like to remove this person from the
|
||||
organization?
|
||||
</template>
|
||||
|
||||
<template #footer>
|
||||
|
||||
Reference in New Issue
Block a user