mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-29 15:58:03 +00:00
Added prettier-plugin-tailwindcss and sorted the classes + some small fixes (#630)
* Added prettier-plugin-tailwindcss and sorted the classes * Added tsc into staged check + some type improvements
This commit is contained in:
@@ -15,7 +15,7 @@ export const DefinedValues = ({
|
||||
loading,
|
||||
}: DefinedValuesProps) => {
|
||||
return (
|
||||
<div className="flex w-full gap-6 mt-4">
|
||||
<div className="mt-4 flex w-full gap-6">
|
||||
<UserDefinedValues
|
||||
initialValue={initialValue}
|
||||
onValuesChange={onUserValuesChange}
|
||||
|
||||
Reference in New Issue
Block a user